diff --git a/example-app/.eslintrc.cjs b/app/.eslintrc.cjs similarity index 100% rename from example-app/.eslintrc.cjs rename to app/.eslintrc.cjs diff --git a/example-app/.gitignore b/app/.gitignore similarity index 100% rename from example-app/.gitignore rename to app/.gitignore diff --git a/example-app/.npmrc b/app/.npmrc similarity index 100% rename from example-app/.npmrc rename to app/.npmrc diff --git a/example-app/.prettierignore b/app/.prettierignore similarity index 100% rename from example-app/.prettierignore rename to app/.prettierignore diff --git a/example-app/.prettierrc b/app/.prettierrc similarity index 100% rename from example-app/.prettierrc rename to app/.prettierrc diff --git a/example-app/README.md b/app/README.md similarity index 100% rename from example-app/README.md rename to app/README.md diff --git a/example-app/package.json b/app/package.json similarity index 100% rename from example-app/package.json rename to app/package.json diff --git a/example-app/postcss.config.cjs b/app/postcss.config.cjs similarity index 100% rename from example-app/postcss.config.cjs rename to app/postcss.config.cjs diff --git a/example-app/src/app.html b/app/src/app.html similarity index 100% rename from example-app/src/app.html rename to app/src/app.html diff --git a/example-app/src/app.postcss b/app/src/app.postcss similarity index 100% rename from example-app/src/app.postcss rename to app/src/app.postcss diff --git a/example-app/src/global.d.ts b/app/src/global.d.ts similarity index 100% rename from example-app/src/global.d.ts rename to app/src/global.d.ts diff --git a/example-app/src/hooks.ts b/app/src/hooks.ts similarity index 100% rename from example-app/src/hooks.ts rename to app/src/hooks.ts diff --git a/example-app/src/lib/appAuth.ts b/app/src/lib/appAuth.ts similarity index 100% rename from example-app/src/lib/appAuth.ts rename to app/src/lib/appAuth.ts diff --git a/example-app/src/routes/__layout.svelte b/app/src/routes/__layout.svelte similarity index 100% rename from example-app/src/routes/__layout.svelte rename to app/src/routes/__layout.svelte diff --git a/example-app/src/routes/index.svelte b/app/src/routes/index.svelte similarity index 100% rename from example-app/src/routes/index.svelte rename to app/src/routes/index.svelte diff --git a/example-app/svelte.config.js b/app/svelte.config.js similarity index 100% rename from example-app/svelte.config.js rename to app/svelte.config.js diff --git a/example-app/tailwind.config.cjs b/app/tailwind.config.cjs similarity index 100% rename from example-app/tailwind.config.cjs rename to app/tailwind.config.cjs diff --git a/example-app/tsconfig.json b/app/tsconfig.json similarity index 100% rename from example-app/tsconfig.json rename to app/tsconfig.json diff --git a/example-app/yarn.lock b/app/yarn.lock similarity index 100% rename from example-app/yarn.lock rename to app/yarn.lock