aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/design-system/packages/acme-utils/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/design-system/packages/acme-utils/src/index.tsx')
-rw-r--r--examples/design-system/packages/acme-utils/src/index.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/design-system/packages/acme-utils/src/index.tsx b/examples/design-system/packages/acme-utils/src/index.tsx
deleted file mode 100644
index 6098c1f..0000000
--- a/examples/design-system/packages/acme-utils/src/index.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export { toSlug } from "./toSlug";
-export { useIsomorphicLayoutEffect } from "./useIsomorphicLayoutEffect";
-export { usePrevious } from "./usePrevious";