This commit is contained in:
Suvodip Ghosh
2023-02-08 21:06:18 +05:30
parent d8478b86bf
commit 85a03a3f24
41 changed files with 3604 additions and 1432 deletions

View File

@@ -0,0 +1,11 @@
---
import Layout from "../../layouts/Layout.astro";
import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue";
import AudioLiteracy from "../../components/Audio-literacy.vue";
---
<Layout title="">
<Menu/>
<AudioLiteracy client:visible/>
<Footer client:visible/>
</Layout>