Skip to content

Commit fc7a190

Browse files
committed
Remove old posts state
1 parent d4d368f commit fc7a190

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

state.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
import type { Post } from "./models/posts.ts";
2-
3-
export type AppState = {
4-
posts?: { [id: number]: Post };
5-
};
1+
// deno-lint-ignore ban-types
2+
export type AppState = {};

0 commit comments

Comments
 (0)