Move new ui to ui directory

This commit is contained in:
nemunaire 2022-03-01 13:43:45 +01:00
parent bb72c351ac
commit f85758ef33
56 changed files with 0 additions and 0 deletions

13
ui/svelte.config.js Normal file
View file

@ -0,0 +1,13 @@
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
kit: {
}
};
export default config;