From 447726e6ccccb5f8243ecad619d46887710d2d26 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 9 Jun 2021 12:12:23 +0200 Subject: [PATCH] move css to html --- src/front/settings/index.html | 1 + src/front/settings/index.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/front/settings/index.html b/src/front/settings/index.html index 9e00fcd..2d6f78f 100644 --- a/src/front/settings/index.html +++ b/src/front/settings/index.html @@ -4,6 +4,7 @@ Settings +
diff --git a/src/front/settings/index.tsx b/src/front/settings/index.tsx index dd268a6..48cd3a8 100644 --- a/src/front/settings/index.tsx +++ b/src/front/settings/index.tsx @@ -1,8 +1,6 @@ import React from 'react' import { render } from 'react-dom' -import '../base.css' - import About from './About' import Settings from './Settings' import Footer from './Footer'