diff --git a/index.html b/index.html index b796c3e..865ab2f 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,8 @@ rel="apple-touch-icon" href="https://cdn.tombutcher.work/favicon/favicon192.png" /> + + TOM BUTCHER diff --git a/main.jsx b/main.jsx index b9a1a6d..637e43b 100644 --- a/main.jsx +++ b/main.jsx @@ -1,10 +1,9 @@ -import { StrictMode } from 'react' -import { createRoot } from 'react-dom/client' -import './index.css' -import App from './App.jsx' +import { StrictMode } from "react"; +import { createRoot } from "react-dom/client"; +import App from "./App.jsx"; -createRoot(document.getElementById('root')).render( +createRoot(document.getElementById("root")).render( , -) +); diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 5bc4fea..0000000 --- a/public/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - TOM BUTCHER - - - -
- - diff --git a/src/main.jsx b/src/main.jsx index b15893c..e1af994 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -5,8 +5,6 @@ import { createRoot } from "react-dom/client"; import { KeycloakProvider } from "./utils/KeycloakProvider"; import App from "./App.jsx"; import "antd/dist/reset.css"; // Import Ant Design styles -import "../public/global.css"; -import "../public/fonts.css"; ReactGA.initialize("G-MN5S04W1HB");