Adds dynamically generated installation instructions
This commit is contained in:
9
src/routes/usage/+page.svelte
Normal file
9
src/routes/usage/+page.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import InstallationInstructions from '$lib/InstallationInstructions.svelte';
|
||||
import Header from '$lib/Header.svelte';
|
||||
import Footer from '$lib/Footer.svelte';
|
||||
</script>
|
||||
|
||||
<Header />
|
||||
<InstallationInstructions />
|
||||
<Footer bottom />
|
||||
Reference in New Issue
Block a user