grouped Sidebar related files
This commit is contained in:
parent
1fee5026e2
commit
e3de6432d5
3 changed files with 7 additions and 4 deletions
|
@ -8,8 +8,8 @@ import { faEllipsisV, faTimes } from "@fortawesome/free-solid-svg-icons"
|
|||
|
||||
import SubMenu from "./SubMenu"
|
||||
|
||||
import NavbarData, { Item } from "../data/NavbarData"
|
||||
import theming from "../styles/theming"
|
||||
import NavbarData, { Item } from "../../data/NavbarData"
|
||||
import theming from "../../styles/theming"
|
||||
|
||||
const CommonSidebarToggleButtonStyle = css`
|
||||
${theming.styles.navbarButtonStyle}
|
|
@ -6,8 +6,8 @@ import { useCallback, useState } from "react"
|
|||
import { Link } from "react-router-dom"
|
||||
import styled from "styled-components"
|
||||
|
||||
import { Item } from "../data/NavbarData"
|
||||
import theming from "../styles/theming"
|
||||
import { Item } from "../../data/NavbarData"
|
||||
import theming from "../../styles/theming"
|
||||
|
||||
const SidebarLink = styled(Link)`
|
||||
${theming.styles.navbarButtonStyle};
|
3
src/components/Sidebar/index.ts
Normal file
3
src/components/Sidebar/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import Sidebar from "./Sidebar"
|
||||
|
||||
export default Sidebar
|
Loading…
Add table
Add a link
Reference in a new issue