aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-09-28 18:19:00 +0200
committerArmand Philippot <git@armandphilippot.com>2023-10-24 12:25:00 +0200
commit3272ac336da52364ace5ed76d8f609d4088ffc06 (patch)
tree3bfffa119ddfffce6313def2932824f2719ad4b7 /src/components/atoms/images/logo/index.ts
parent837e0e904c40f7b87561c34ca3f49edd5d8d1c52 (diff)
refactor(components): make Logo component ESlint compliant
I also renamed the title prop to heading because title already exists as HTML attribute.
Diffstat (limited to 'src/components/atoms/images/logo/index.ts')
-rw-r--r--src/components/atoms/images/logo/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/atoms/images/logo/index.ts b/src/components/atoms/images/logo/index.ts
new file mode 100644
index 0000000..cb6151d
--- /dev/null
+++ b/src/components/atoms/images/logo/index.ts
@@ -0,0 +1 @@
+export * from './logo';