client page: add tutorial, layout ui improvements

This commit is contained in:
2024-12-26 01:41:37 -08:00
parent 3861c30ffd
commit 923c24a93e
11 changed files with 207 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
import WireguardGuide from "./wireguard-guide.svelte";
export {
WireguardGuide
};