diff options
| author | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
| commit | 3bbca8017b5de78ce982efd6d2889262bff2d7d1 (patch) | |
| tree | 19550d8ef68bca2b36a92b1c6e677bd4e6418a55 /src/components/shared | |
| parent | 837cca81317fe7158bc1be2d07949e64d07a0293 (diff) | |
chore: remove husky and lint-staged
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, |
