refactor: extract contact links to shared config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type { ClassValue } from 'clsx';
|
||||
export { cn } from './cn';
|
||||
export { CONTACT_LINKS } from './config';
|
||||
export * from './fonts';
|
||||
export * from './formatDate';
|
||||
export { groupByKey } from './groupByKey';
|
||||
|
||||
Reference in New Issue
Block a user