0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Update path of footer menu

This commit is contained in:
yude 2021-08-09 10:59:39 +09:00
parent 97be65a6a4
commit d558d666b1
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import "tailwindcss/tailwind.css";
import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router'
import React, { useEffect, useState } from 'react'
import Footer from "./Footer"
import Footer from "./Footer/Footer"
import Navbar from "./Navbar"
const Layout = (props) => {