refactor index page

This commit is contained in:
Tom Heaton
2024-06-19 15:15:16 +01:00
parent 9b58b2862f
commit 5534df187e
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import NotebookSection from "@/components/Notebooks";
import Sidebar from "@/components/Sidebar";
import { useState } from "react";
export default function Home() {
export default function Index() {
const [isOpen, setIsOpen] = useState(false);
const toggle = () => {