Skip to content

Commit

Permalink
remove refs in adapter-static
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Aug 17, 2022
1 parent c466c6b commit d019ee7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions packages/adapter-static/test/apps/spa/src/app.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference types="@sveltejs/kit" />

declare namespace App {
interface Session {
count: number;
}
}
declare namespace App {}
1 change: 0 additions & 1 deletion packages/adapter-static/test/apps/spa/src/global.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/adapter-static/test/apps/spa/src/hooks.js

This file was deleted.

0 comments on commit d019ee7

Please sign in to comment.