We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d70ec2 commit 15532e2Copy full SHA for 15532e2
3 files changed
biome.json
@@ -16,7 +16,8 @@
16
"arrowParentheses": "asNeeded",
17
"jsxQuoteStyle": "double",
18
"lineWidth": 80
19
- }
+ },
20
+ "jsxRuntime": "reactClassic"
21
},
22
"linter": {
23
"enabled": true,
src/components/NavigationBar/index.tsx
@@ -1,4 +1,4 @@
1
-import type React from 'react';
+import React from 'react';
2
3
interface NavigationBarProps {
4
left?: React.ReactElement[];
src/components/ToolBar/index.tsx
interface ToolBarProps {
style?: React.CSSProperties;
0 commit comments