From 1578a504933a7a5629d13bea6e19fe24992e37eb Mon Sep 17 00:00:00 2001 From: Joshua Graber Date: Wed, 11 Dec 2024 17:20:15 -0500 Subject: [PATCH] feat(components): update footer to expose link types --- src/components/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/index.ts b/src/components/index.ts index 70eb1a3..d4290c6 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -1,6 +1,6 @@ export { Button } from './Button'; export { ErrorBoundary } from './ErrorBoundary'; -export { Footer } from './Footer'; +export * from './Footer'; export { Form } from './Form'; export { FormV2 } from './FormV2'; export { Input } from './Input';