feat(core): base pages
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
export default function About() {
|
||||||
|
return (
|
||||||
|
<div className="text-center">
|
||||||
|
<p>Nico Haider</p>
|
||||||
|
<p>3843 Dobersberg</p>
|
||||||
|
<p>Portfolio</p>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
export default function Projects() {
|
||||||
|
return (
|
||||||
|
<p className="text-center">in work ...</p>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user