diff --git a/src/renderer/src/components/toolbar/EngineStats.tsx b/src/renderer/src/components/toolbar/EngineStats.tsx index 3314ea0..c6ed7e9 100644 --- a/src/renderer/src/components/toolbar/EngineStats.tsx +++ b/src/renderer/src/components/toolbar/EngineStats.tsx @@ -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 {}