This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Automatically-generated file | |
#![allow(dead_code)] | |
#![allow(non_snake_case)] | |
#![allow(unused_imports)] | |
#![allow(unused_parens)] | |
#![allow(unused_variables)] | |
#![allow(unused_mut)] | |
#![allow(non_camel_case_types)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/livestore/livestore/examples/linearlite/src/pages/Board/index.tsx b/vulcan/linearite/src/pages/Board/Index.tsx | |
index a8960c0..6ed7689 100644 | |
--- a/livestore/livestore/examples/linearlite/src/pages/Board/index.tsx | |
+++ b/vulcan/linearite/src/pages/Board/Index.tsx | |
@@ -1,24 +1,14 @@ | |
import TopFilter from '../../components/TopFilter' | |
import IssueBoard from './IssueBoard' | |
-// import { useFilterState } from '../../utils/filterState' | |
-import { Issue } from '../../types' | |
-import { querySQL, sql } from '@livestore/livestore' |
OlderNewer