rename searchbox

This commit is contained in:
Fraser
2023-03-29 14:59:04 -04:00
parent 83181bda45
commit 3b3d67b9ac
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
import { type NextPage } from "next";
import React from "react";
import { useState, useEffect } from "react";
import Head from "next/head";
import React from "react";
import { type NextPage } from "next";
import { useState } from "react";
import Header from "../header";
import SearchBox from "../searchbox";