moved navbar related files to a single directory
This commit is contained in:
parent
6de997f19c
commit
fb00c98d1b
3 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
import styled from "styled-components"
|
||||
import { Link } from "react-router-dom"
|
||||
|
||||
import ThemeToggleButton from "../ThemeToggleButton"
|
||||
import ReadProgress from "../ReadProgress"
|
||||
import Sidebar from "../Sidebar"
|
||||
import ThemeToggleButton from "./ThemeToggleButton"
|
||||
import ReadProgress from "./ReadProgress"
|
||||
import SearchButton from "./SearchButton"
|
||||
import NavLinks from "./NavLinks"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import { useCallback, useEffect, useState } from "react"
|
|||
import { useLocation } from "react-router-dom"
|
||||
import styled from "styled-components"
|
||||
|
||||
import theming from "../styles/theming"
|
||||
import theming from "../../styles/theming"
|
||||
|
||||
const StyledReadProgressBackground = styled.div`
|
||||
height: 0.2rem;
|
|
@ -5,7 +5,7 @@ import ReactTooltip from "react-tooltip"
|
|||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons"
|
||||
|
||||
import theming from "../styles/theming"
|
||||
import theming from "../../styles/theming"
|
||||
|
||||
const StyledThemeButton = styled.div`
|
||||
${theming.styles.navbarButtonStyle}
|
Loading…
Add table
Add a link
Reference in a new issue