diff --git a/QandA/frontend/src/Header.tsx b/QandA/frontend/src/Header.tsx index b9a07c8..809917a 100644 --- a/QandA/frontend/src/Header.tsx +++ b/QandA/frontend/src/Header.tsx @@ -1,6 +1,9 @@ +/** @jsxImportSource @emotion/react */ +import { css } from '@emotion/react'; +import { fontFamily, fontSize, gray1, gray2, gray5 } from './Styles'; + import React from 'react'; import { UserIcon } from './Icons'; -import style from './Header.module.css'; export const Header = () => { const handleSearchInputChange = (e: React.ChangeEvent) => { @@ -8,7 +11,21 @@ export const Header = () => { }; return ( -
+
Q & A