diff options
Diffstat (limited to 'src/components/shared')
| -rw-r--r-- | src/components/shared/Fab.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/Fab.ts b/src/components/shared/Fab.ts index 86405f0..4e2e800 100644 --- a/src/components/shared/Fab.ts +++ b/src/components/shared/Fab.ts @@ -1,6 +1,6 @@ import './rtf.css'; -import { Action,Fab } from 'react-tiny-fab'; +import { Action, Fab } from 'react-tiny-fab'; export const position = { right: 10, |
