From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- app/src/lib/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/src/lib/index.ts (limited to 'app/src/lib/index.ts') diff --git a/app/src/lib/index.ts b/app/src/lib/index.ts new file mode 100644 index 0000000..856f2b6 --- /dev/null +++ b/app/src/lib/index.ts @@ -0,0 +1 @@ +// place files you want to import through the `$lib` alias in this folder. -- cgit v1.2.3