add files

This commit is contained in:
Nicholas Orlowsky 2022-12-20 18:34:12 -06:00
parent 10f347ea0c
commit 7de0d9fc5e
10 changed files with 475 additions and 0 deletions

View file

@ -0,0 +1,8 @@
export default function CreateCruisePage() {
return (
<div>
<h1>Create Cruise</h1>
</div>
);
}