move css to html

This commit is contained in:
2021-06-09 12:12:23 +02:00
parent beb5572fb7
commit 447726e6cc
2 changed files with 1 additions and 2 deletions

View File

@@ -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'