Rename file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Home } from "@/routes/Home";
|
import { Home } from "@/routes/Home";
|
||||||
import { Login } from "@/routes/Login";
|
import { Login } from "@/routes/Login";
|
||||||
import { Piece } from "@/routes/Piece";
|
import { Piece } from "@/routes/Piece";
|
||||||
import { Repertoire } from "@/routes/Repertoire";
|
import { Repertoires } from "@/routes/Repertoires";
|
||||||
import { Root } from "@/routes/Root";
|
import { Root } from "@/routes/Root";
|
||||||
import { Settings } from "@/routes/Settings";
|
import { Settings } from "@/routes/Settings";
|
||||||
import { lazy, StrictMode } from "react";
|
import { lazy, StrictMode } from "react";
|
||||||
@@ -35,7 +35,7 @@ const router = createBrowserRouter([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "repertoire",
|
path: "repertoire",
|
||||||
Component: Repertoire,
|
Component: Repertoires,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "settings",
|
path: "settings",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import { Cause, Clock, Duration, Effect, Option } from "effect";
|
|||||||
import { Loader2, Plus } from "lucide-react";
|
import { Loader2, Plus } from "lucide-react";
|
||||||
import { FormEventHandler, ReactNode, useId, useState } from "react";
|
import { FormEventHandler, ReactNode, useId, useState } from "react";
|
||||||
|
|
||||||
export function Repertoire() {
|
export function Repertoires() {
|
||||||
|
|
||||||
const [name, setName] = useState("");
|
const [name, setName] = useState("");
|
||||||
|
|
||||||
Reference in New Issue
Block a user