Skip to content

Commit 97f1225

Browse files
irohairoha
authored andcommitted
making new client pages (dog-parks, health-records, landing, pet, profile, registration, shop, tasks, vets)
1 parent 455e37b commit 97f1225

9 files changed

Lines changed: 27 additions & 0 deletions

File tree

client/src/pages/dog-parks.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the dog-parks page</h1>;
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the health-records page</h1>;
3+
}

client/src/pages/landing.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the landing page</h1>;
3+
}

client/src/pages/pet.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the pet page</h1>;
3+
}

client/src/pages/profile.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the profile page</h1>;
3+
}

client/src/pages/registration.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the registration page</h1>;
3+
}

client/src/pages/shop.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the shop page</h1>;
3+
}

client/src/pages/tasks.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the tasks page</h1>;
3+
}

client/src/pages/vets.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function Default() {
2+
return <h1>hello, welcome to the vets page</h1>;
3+
}

0 commit comments

Comments
 (0)