first commit

This commit is contained in:
2024-05-15 12:50:04 +02:00
commit 9cdee98114
7 changed files with 7338 additions and 0 deletions

6
index.ts Normal file
View File

@@ -0,0 +1,6 @@
// Do not write code directly here, instead use the `src` folder!
// Then, use this file to export everything you want your user to access.
import MyComponent from './src/MyComponent.astro';
export default MyComponent;