Files
portainer-templates/src/routes/usage/+page.svelte
2023-04-22 21:04:41 +01:00

9 lines
258 B
Svelte

<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 />