diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx deleted file mode 100644 index c23eea2..0000000 --- a/src/components/WorkInProgress.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import type { FunctionComponent } from "react"; - -const WorkInProgress: FunctionComponent = () => { - return ( -
-
- - Work In Progress - -

- This website is a work in-progress. -
- Unfortunately, this page hasn't been finished yet. Check back - later. -

-
-
- ); -}; - -export default WorkInProgress;