import { Component, useEffect, useState } from "react"; import MainShell from "./components/MainShell"; import AnnotationPage from "./pages/AnnotationPage"; import SecondaryWindow from "./windows/SecondaryWindow"; function AppErrorFallback({ error }) { return (