plane/web/components/estimates/loader-screen.tsx

10 lines
175 B
TypeScript
Raw Normal View History

import { FC } from "react";
export const EstimateLoaderScreen: FC = () => (
<div>
{/* header */}
{/* estimate disable */}
<div>Loading screen</div>
</div>
);