summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-20 19:03:17 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-20 19:05:02 +0100
commitf9df5cbce7db38ce83cc8b40346c9cabde5debc4 (patch)
treea05ae5a5ef477f3554385a1bec78f625a6ed768c /src/components/Buttons/index.tsx
parentf7b08ee862e62b9f8764303f1fef733f210a7138 (diff)
chore: add a button to open/close search in toolbar
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 78289c9..aa1291e 100644
--- a/src/components/Buttons/index.tsx
+++ b/src/components/Buttons/index.tsx
@@ -1,4 +1,5 @@
import Button from './Button/Button';
+import ButtonSearch from './ButtonSearch/ButtonSearch';
import ButtonSubmit from './ButtonSubmit/ButtonSubmit';
-export { Button, ButtonSubmit };
+export { Button, ButtonSearch, ButtonSubmit };