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, 3 insertions, 0 deletions
diff --git a/examples/design-system/packages/acme-utils/src/index.tsx b/examples/design-system/packages/acme-utils/src/index.tsx
new file mode 100644
index 0000000..6098c1f
--- /dev/null
+++ b/examples/design-system/packages/acme-utils/src/index.tsx
@@ -0,0 +1,3 @@
+export { toSlug } from "./toSlug";
+export { useIsomorphicLayoutEffect } from "./useIsomorphicLayoutEffect";
+export { usePrevious } from "./usePrevious";