aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-29 17:01:42 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-29 17:50:45 +0100
commit76c01d51ccbdd0faaf12b624328a40ef24f33f88 (patch)
tree3cad2a35955e7e90806cc5180554e33f5cde43f1 /src/components/Buttons/index.tsx
parent395571bd89498fce46d37f3853cf718387fd0d9a (diff)
chore: add a button-like component for links
Diffstat (limited to 'src/components/Buttons/index.tsx')
-rw-r--r--src/components/Buttons/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Buttons/index.tsx b/src/components/Buttons/index.tsx
index 53d4e91..74060f7 100644
--- a/src/components/Buttons/index.tsx
+++ b/src/components/Buttons/index.tsx
@@ -1,6 +1,7 @@
import Button from './Button/Button';
+import ButtonLink from './ButtonLink/ButtonLink';
import ButtonSearch from './ButtonSearch/ButtonSearch';
import ButtonSubmit from './ButtonSubmit/ButtonSubmit';
import ButtonTheme from './ButtonTheme/ButtonTheme';
-export { Button, ButtonSearch, ButtonSubmit, ButtonTheme };
+export { Button, ButtonLink, ButtonSearch, ButtonSubmit, ButtonTheme };