Skip to content

Commit

Permalink
Merge pull request #85 from UoaWDCC/060-hayley-component
Browse files Browse the repository at this point in the history
060 Hayley Component
  • Loading branch information
h4yleysh4rpe authored Jul 24, 2024
2 parents b86f2fe + 0fe6db0 commit 5b5387e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next/app/test/hayley/mycomponent/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import HayleyComponent from "@/components/dev/HayleyComponent";

export default function MyComponent() {
return <HayleyComponent />;
}
7 changes: 7 additions & 0 deletions next/components/dev/HayleyComponent.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function HayleyComponent() {
return (
<div>
<h1 className="text-blue-600"> This is Hayley's blue component!</h1>
</div>
)
}

0 comments on commit 5b5387e

Please sign in to comment.