diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-09 16:27:03 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-09 16:27:03 +0300 |
commit | b808381b02097a25eb51b14246f7a239a785b347 (patch) | |
tree | af46b9144a99b19dd61e3b66a40c1f34101a0e62 /src | |
parent | 4734e2b50ba130cd697dcf58575e9a8477fc49cf (diff) | |
download | react-benzin-b808381b02097a25eb51b14246f7a239a785b347.tar.gz |
fix: remove unused var
Diffstat (limited to 'src')
-rw-r--r-- | src/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index e440746..a9a7012 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -86,7 +86,6 @@ interface LivePropTypes { } const LivePreviewPage: React.FC<LivePropTypes> = ({ setLivePreviewData }) => { - const classes = useStyles(); const inputEl = useRef<HTMLInputElement>(null); const handleRender = (): void => { |