import { cx } from "../class-names.ts"; import { Letterhead } from "../Letterhead/index.tsx"; import { LoadingIndicator } from "../LoadingIndicator.tsx"; import { loadingView } from "./style.css.ts"; export function LoadingView() { return (
); }