eduproj/web/src/routes/index.svelte

12 lines
211 B
Svelte
Raw Normal View History

2021-08-28 08:11:51 +00:00
<script lang="ts">
2021-08-28 08:59:28 +00:00
import MasteryDemo from "$lib/MasteryDemo.svelte";
2021-08-28 08:11:51 +00:00
</script>
<h1>Learn by mastery</h1>
2021-08-28 08:59:28 +00:00
<MasteryDemo />
2021-08-28 08:35:34 +00:00
<p>
yadda yadda yadda what's unique about this mastery based learning appraoch
</p>