diff --git a/pkgs/webview-ui/app/src/routes/flash/view.tsx b/pkgs/webview-ui/app/src/routes/flash/view.tsx index 608fbc7a6..bbfab0650 100644 --- a/pkgs/webview-ui/app/src/routes/flash/view.tsx +++ b/pkgs/webview-ui/app/src/routes/flash/view.tsx @@ -4,6 +4,8 @@ import { FileInput } from "@/src/components/FileInput"; import Icon from "@/src/components/icon"; import { SelectInput } from "@/src/components/SelectInput"; import { TextInput } from "@/src/components/TextInput"; +import { Typography } from "@/src/components/Typography"; +import { Header } from "@/src/layout/header"; import { createForm, required, @@ -169,292 +171,308 @@ export const Flash = () => { }; return ( -