aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-04 18:16:55 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commita724b4b38bacc631410627395b0d1190a0e8de0d (patch)
tree27bd2704fbaf2c3c7455e5cd424765df91db3d02 /src/components/atoms/index.ts
parent0e60743d140aff66eca6df712f653ee20f5d4ef3 (diff)
feat(components): add a VisuallyHidden component
Diffstat (limited to 'src/components/atoms/index.ts')
-rw-r--r--src/components/atoms/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/atoms/index.ts b/src/components/atoms/index.ts
index 4aa367a..399fdde 100644
--- a/src/components/atoms/index.ts
+++ b/src/components/atoms/index.ts
@@ -9,3 +9,4 @@ export * from './loaders';
export * from './modal';
export * from './notice';
export * from './sidebar';
+export * from './visually-hidden';