From 89857c879214f5203aa2de986ae90eed7fa9077d Mon Sep 17 00:00:00 2001 From: AhriVastaya Date: Sat, 19 Oct 2024 23:26:07 +0000 Subject: [PATCH] More debloating! --- src/App.css | 1 - src/App.tsx | 1 - src/index.css | 13 ------------- src/index.tsx | 2 +- 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 src/App.css delete mode 100644 src/index.css diff --git a/src/App.css b/src/App.css deleted file mode 100644 index 8b13789..0000000 --- a/src/App.css +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/App.tsx b/src/App.tsx index 27e2d8e..97f12ba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import './App.css'; function App() { return ( diff --git a/src/index.css b/src/index.css deleted file mode 100644 index ec2585e..0000000 --- a/src/index.css +++ /dev/null @@ -1,13 +0,0 @@ -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; -} diff --git a/src/index.tsx b/src/index.tsx index 23b3422..ea7d317 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,11 +1,11 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; -import './index.css'; import App from './App'; const root = ReactDOM.createRoot( document.getElementById('root') as HTMLElement ); + root.render(