diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-27 11:20:26 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-27 11:20:26 +0100 |
| commit | 395571bd89498fce46d37f3853cf718387fd0d9a (patch) | |
| tree | 0b1a405fb82484e31f62f72485feac18ebd29ae2 /src/components/Buttons/index.tsx | |
| parent | 7deed83dbb8835727c743662bee776794d460e74 (diff) | |
chore: add a theme toggle
Dark theme is not implemented yet.
Diffstat (limited to 'src/components/Buttons/index.tsx')
| -rw-r--r-- | src/components/Buttons/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Buttons/index.tsx b/src/components/Buttons/index.tsx index aa1291e..53d4e91 100644 --- a/src/components/Buttons/index.tsx +++ b/src/components/Buttons/index.tsx @@ -1,5 +1,6 @@ import Button from './Button/Button'; import ButtonSearch from './ButtonSearch/ButtonSearch'; import ButtonSubmit from './ButtonSubmit/ButtonSubmit'; +import ButtonTheme from './ButtonTheme/ButtonTheme'; -export { Button, ButtonSearch, ButtonSubmit }; +export { Button, ButtonSearch, ButtonSubmit, ButtonTheme }; |
