moved style related code to separate folder

This commit is contained in:
Kim, Jimin 2021-12-16 18:30:04 +09:00
parent b8dd6e8d07
commit 9278970762
17 changed files with 55 additions and 45 deletions

View file

@ -7,7 +7,7 @@ import { Link } from "react-router-dom"
import styled from "styled-components"
import { Item } from "../data/NavbarData"
import theming from "../theming"
import theming from "../styles/theming"
const SidebarLink = styled(Link)`
${theming.styles.navbarButtonStyle};