diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-05 12:00:43 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-05 12:00:43 +0100 |
| commit | 0a954547b2bb8136c97f3a697274319751e046ed (patch) | |
| tree | c45e59bebc2b3fdebec8be4f5778ddf5cb6ce2f4 /src/components/Buttons/index.tsx | |
| parent | 71d133bb1c73031abbf4869bdd938e583b397773 (diff) | |
chore: replace theme button with settings
I plan to add more user settings so theme options should be inside
settings.
Diffstat (limited to 'src/components/Buttons/index.tsx')
| -rw-r--r-- | src/components/Buttons/index.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/Buttons/index.tsx b/src/components/Buttons/index.tsx index 74060f7..5c034ad 100644 --- a/src/components/Buttons/index.tsx +++ b/src/components/Buttons/index.tsx @@ -1,7 +1,6 @@ import Button from './Button/Button'; import ButtonLink from './ButtonLink/ButtonLink'; -import ButtonSearch from './ButtonSearch/ButtonSearch'; +import ButtonToolbar from './ButtonToolbar/ButtonToolbar'; import ButtonSubmit from './ButtonSubmit/ButtonSubmit'; -import ButtonTheme from './ButtonTheme/ButtonTheme'; -export { Button, ButtonLink, ButtonSearch, ButtonSubmit, ButtonTheme }; +export { Button, ButtonLink, ButtonToolbar, ButtonSubmit }; |
