From b24748777294b3646e67c4b7e599e032ee1dfcf9 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 1 Jan 2023 20:09:47 -0500 Subject: Start of Svelte UI --- ui/src/routes/+page.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ui/src/routes/+page.js (limited to 'ui/src/routes/+page.js') diff --git a/ui/src/routes/+page.js b/ui/src/routes/+page.js new file mode 100644 index 0000000..8777d48 --- /dev/null +++ b/ui/src/routes/+page.js @@ -0,0 +1,9 @@ +/* +export function load({params}) { + return { + post: { + + } + } +} +*/ \ No newline at end of file -- cgit v1.2.3