From ffdb9adab2c8bb0812965af4b5dc391476791ea7 Mon Sep 17 00:00:00 2001 From: Maxime Pires Date: Sat, 9 Mar 2024 00:03:33 +0100 Subject: [PATCH] feat: Added footer --- pages/index.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/index.js b/pages/index.js index 8def3b4..67e165d 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,7 +1,9 @@ -import { useEffect, useState } from 'react' +import { useState } from 'react' import Input from '../components/Input' import KanaList from '../components/KanaList' import { toHiragana, toKatakana } from 'wanakana' +import Link from 'next/link' +import Image from 'next/image' const hiraganaArray = [ 'あ', 'い', 'う', 'え', 'お', @@ -126,7 +128,7 @@ export default function Home() { -