Skip to content

Commit

Permalink
feat(components): update footer to expose link types
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 11, 2024
1 parent 867cd74 commit 1578a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 1578a50

Please # to comment.