remove unused utility functions

- they're from the turborepo template
This commit is contained in:
Kim, Jimin 2022-12-13 16:54:00 +09:00
parent 50b0c3b731
commit f65084375e
5 changed files with 30 additions and 77 deletions

View file

@ -1,3 +1,4 @@
export { toSlug } from "./toSlug";
export { useIsomorphicLayoutEffect } from "./useIsomorphicLayoutEffect";
export { usePrevious } from "./usePrevious";
// import colorNamesToValuePairs from "./colorNamesToValuePairs"
// export { colorNamesToValuePairs }
export {}