mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Delete import
This commit is contained in:
parent
5192171edd
commit
927edc1a5f
@ -2,7 +2,6 @@ import Head from "next/head"
|
||||
import Link from "next/link"
|
||||
import "tailwindcss/tailwind.css";
|
||||
import React, { useEffect, useState } from 'react'
|
||||
import ToggleDarkMode from '../components/ToggleDarkMode'
|
||||
|
||||
const Layout = (props) => {
|
||||
const { title, children } = props
|
||||
@ -34,9 +33,6 @@ const Layout = (props) => {
|
||||
<p className="text-sm text-gray-700 font-bold mb-2">
|
||||
This page is licensed under the MIT License. / Powered by Tailwind CSS and Next.js.
|
||||
</p>
|
||||
<div className="flex justify-center">
|
||||
<ToggleDarkMode />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user