diff --git a/QandA/frontend/src/App.module.css b/QandA/frontend/src/App.module.css deleted file mode 100644 index 74457bb..0000000 --- a/QandA/frontend/src/App.module.css +++ /dev/null @@ -1,5 +0,0 @@ -.container { - font-family: 'Segoe UI', 'Helvetica', sans-serif; - font-size: 16px; - color: #5c5a5a; -} \ No newline at end of file diff --git a/QandA/frontend/src/App.tsx b/QandA/frontend/src/App.tsx index 4b1e4ba..de7228e 100644 --- a/QandA/frontend/src/App.tsx +++ b/QandA/frontend/src/App.tsx @@ -1,11 +1,19 @@ +/** @jsxImportSource @emotion/react */ +import { css } from '@emotion/react'; + import React from 'react'; import { Header } from './Header'; -import style from './App.module.css'; import { HomePage } from './HomePage'; function App() { return ( -
+