refactor: NEXT 主题配置规整

This commit is contained in:
tangly1024
2022-01-16 10:03:36 +08:00
parent 4909557397
commit f0c2bb05f6
28 changed files with 52 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import throttle from 'lodash.throttle'
import DarkModeButton from '@/themes/NEXT/components/DarkModeButton'
import DarkModeButton from './DarkModeButton'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faBars } from '@fortawesome/free-solid-svg-icons'