diff options
Diffstat (limited to 'src/components/Buttons/index.tsx')
| -rw-r--r-- | src/components/Buttons/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Buttons/index.tsx b/src/components/Buttons/index.tsx new file mode 100644 index 0000000..ea145ca --- /dev/null +++ b/src/components/Buttons/index.tsx @@ -0,0 +1,3 @@ +import ButtonSubmit from './ButtonSubmit/ButtonSubmit'; + +export { ButtonSubmit }; |
