remove strapi
This commit is contained in:
parent
32fd2642b1
commit
7b0880b53b
51 changed files with 35 additions and 7545 deletions
20
src/app.d.ts
vendored
20
src/app.d.ts
vendored
|
|
@ -1,18 +1,14 @@
|
|||
// See https://svelte.dev/docs/kit/types#app.d.ts
|
||||
|
||||
import type { Strapi } from '$lib/server/strapi';
|
||||
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
interface Locals {
|
||||
strapi: Strapi;
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
// interface Locals {}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
export { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue