mirror of
https://github.com/yude-jp/yude.jp
synced 2025-04-15 11:34:52 +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 Link from "next/link"
|
||||||
import "tailwindcss/tailwind.css";
|
import "tailwindcss/tailwind.css";
|
||||||
import React, { useEffect, useState } from 'react'
|
import React, { useEffect, useState } from 'react'
|
||||||
import ToggleDarkMode from '../components/ToggleDarkMode'
|
|
||||||
|
|
||||||
const Layout = (props) => {
|
const Layout = (props) => {
|
||||||
const { title, children } = props
|
const { title, children } = props
|
||||||
@ -34,9 +33,6 @@ const Layout = (props) => {
|
|||||||
<p className="text-sm text-gray-700 font-bold mb-2">
|
<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.
|
This page is licensed under the MIT License. / Powered by Tailwind CSS and Next.js.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex justify-center">
|
|
||||||
<ToggleDarkMode />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user