moved style related code to separate folder
This commit is contained in:
parent
b8dd6e8d07
commit
9278970762
17 changed files with 55 additions and 45 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue