FIX: Make Biome happy
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
c5576af81b
commit
b84aeb8bb9
@@ -24,7 +24,7 @@ import { IronCalcIcon } from "./icons";
|
||||
function App() {
|
||||
const [model, setModel] = useState<Model | null>(null);
|
||||
const [workbookState, setWorkbookState] = useState<WorkbookState | null>(
|
||||
null
|
||||
null,
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user