From 3bbca8017b5de78ce982efd6d2889262bff2d7d1 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 13 Nov 2020 23:03:41 +0800 Subject: chore: remove husky and lint-staged --- src/components/shared/Fab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/shared') 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, -- cgit v1.3.1