File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 28
28
"noDuplicateFontNames" : " off"
29
29
},
30
30
"style" : {
31
- "noNonNullAssertion" : " warn"
31
+ "noNonNullAssertion" : " warn" ,
32
+ "useImportType" : " off"
32
33
},
33
34
"recommended" : true
34
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " trpc-ui" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " UI for testing tRPC backends" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.mjs" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { LogoSvg } from "@src/react-app/components/LogoSvg";
5
5
import { useHeadersContext } from "@src/react-app/components/contexts/HeadersContext" ;
6
6
import { useSearch } from "@src/react-app/components/contexts/SearchStore" ;
7
7
import { useIsMac } from "@src/react-app/components/hooks/useIsMac" ;
8
- import type React from "react" ;
8
+ import React from "react" ;
9
9
10
10
export function TopBar ( {
11
11
open,
You can’t perform that action at this time.
0 commit comments