mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-22 02:01:32 +08:00
Built resume template
This commit is contained in:
6
src/utils/index.ts
Normal file
6
src/utils/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export { cn } from './tailwind'
|
||||
export { getAllPosts, sortMDByDate, getUniqueTags, getUniqueTagsWithCount } from './post'
|
||||
export { getFormattedDate } from './date'
|
||||
export { generateToc } from './generateToc'
|
||||
export type { TocItem } from './generateToc'
|
||||
export { elementHasClass, toggleClass, rootInDarkMode } from './domElement'
|
Reference in New Issue
Block a user