diff options
Diffstat (limited to 'src/components/atoms/links/index.ts')
| -rw-r--r-- | src/components/atoms/links/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/atoms/links/index.ts b/src/components/atoms/links/index.ts new file mode 100644 index 0000000..ad8824e --- /dev/null +++ b/src/components/atoms/links/index.ts @@ -0,0 +1,4 @@ +export * from './link'; +export * from './nav-link'; +export * from './sharing-link'; +export * from './social-link'; |
