Lots of changes, started on working /add

This commit is contained in:
2023-06-21 19:50:27 +02:00
parent 120781a57a
commit b4223f8eb0
140 changed files with 489 additions and 262 deletions

4
src/app.d.ts vendored
View File

@@ -1,5 +1,9 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare module '@fortawesome/pro-solid-svg-icons/index.es' {
export * from '@fortawesome/pro-solid-svg-icons';
}
declare global {
namespace App {
// interface Error {}