Add page types, index components, and layout
This commit is contained in:
9
astro/src/components/projects/ProjectIndex.astro
Normal file
9
astro/src/components/projects/ProjectIndex.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
interface Props {
|
||||
page: ProjectIndex;
|
||||
}
|
||||
|
||||
const { page } = Astro.props;
|
||||
---
|
||||
|
||||
<div>Project Index</div>
|
||||
Reference in New Issue
Block a user