mirror of
https://github.com/yude-jp/yude.jp
synced 2025-04-04 14:17:27 +09:00
Fix typo
This commit is contained in:
parent
6e45ef3eae
commit
3375b48c6e
@ -2,7 +2,7 @@ import "tailwindcss/tailwind.css";
|
|||||||
import Popper from "popper.js";
|
import Popper from "popper.js";
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import LangSelector from "./LangSelector"
|
import LangSelector from "./LangSelector"
|
||||||
import ThemeChanger from './ThemeChanger';
|
import ThemeChanger from './themeChanger';
|
||||||
|
|
||||||
const Navbar = () => {
|
const Navbar = () => {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user