diff --git a/src/pages/DeckyPanelPage.tsx b/src/pages/DeckyPanelPage.tsx index 39460a6..aee190e 100644 --- a/src/pages/DeckyPanelPage.tsx +++ b/src/pages/DeckyPanelPage.tsx @@ -1,5 +1,4 @@ import { ButtonItem, PanelSection, PanelSectionRow } from "@decky/ui"; -import type { VFC } from "react"; import { CurrentPlayTime } from "../containers/CurrentPlayTime"; import { ReportWeekly } from "../containers/ReportWeekly"; import { @@ -8,11 +7,13 @@ import { navigateToPage, } from "./navigation"; -export const DeckyPanelPage: VFC = () => { +export const DeckyPanelPage = () => { return (