aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-28 02:23:04 +0100
committerGravatar Joe Banks <[email protected]>2020-09-28 02:23:04 +0100
commit01d7fdef889350a25767d5b1999f8698de7ba5a6 (patch)
treeb2b7ef8d957a6cf00b0192c10e89f5f8e2a7682e /src/index.tsx
parentInitialize project using Create React App (diff)
Initial commit
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index f5185c1..4146d1d 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
-import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';