Files
mikayla-dobson-dev/components/InProgress.tsx

4 lines
100 B
TypeScript

export default function InProgress() {
return <div>Under construction! Come back soon.</div>;
}