import AppContainer from "components/apps/AppContainer"; import StyledV86 from "components/apps/V86/StyledV86"; import useV86 from "components/apps/V86/useV86"; import type { ComponentProcessProps } from "components/system/Apps/RenderComponent"; import { haltEvent } from "utils/functions"; const V86: FC = ({ id }) => (
); export default V86;