remove unused utility functions
- they're from the turborepo template
This commit is contained in:
parent
50b0c3b731
commit
f65084375e
5 changed files with 30 additions and 77 deletions
|
@ -1,3 +1,4 @@
|
|||
export { toSlug } from "./toSlug";
|
||||
export { useIsomorphicLayoutEffect } from "./useIsomorphicLayoutEffect";
|
||||
export { usePrevious } from "./usePrevious";
|
||||
// import colorNamesToValuePairs from "./colorNamesToValuePairs"
|
||||
// export { colorNamesToValuePairs }
|
||||
|
||||
export {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue