Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcreery committed Jan 10, 2025
1 parent 13cb0c7 commit cea0ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/toolbar/EngineStats.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useContext, useState } from "react"
import { Table, TableData, Paper } from "@mantine/core"
import { Table, TableData } from "@mantine/core"
import { EditorConfigProvider } from "@src/contexts/EditorContext"

interface EngineStatsProps {}
Expand Down

0 comments on commit cea0ab2

Please sign in to comment.