diff --git a/src/app/create-character/page.tsx b/src/app/create-character/page.tsx new file mode 100644 index 0000000..ccb4b03 --- /dev/null +++ b/src/app/create-character/page.tsx @@ -0,0 +1,15 @@ +import React from "react"; +import CharacterForm from "@/components/CharacterForm"; + +const CreateCharacterPage: React.FC = () => { + return ( +