0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 19:28:43 +09:00

Update path of footer menu

This commit is contained in:
2021-08-09 10:59:39 +09:00
parent 97be65a6a4
commit d558d666b1
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) => {