diff --git a/components/ReportView.tsx b/components/ReportView.tsx index ed920c2..71ecc29 100644 --- a/components/ReportView.tsx +++ b/components/ReportView.tsx @@ -24,6 +24,7 @@ import { MEMBERS_ACTUAL_NAME, MEMBERS_GOAL_NAME, } from "./report/MembershipChart"; +import { LoadingState, EmptyState, ErrorState } from "./report/ReportStates"; interface ReportViewProps { config: FormConfig; @@ -483,39 +484,3 @@ function MobileStem({ show, state }: { show: boolean; state: PathwayState }) { ); } -function LoadingState() { - return ( -
Loading your activity report…
-No entries on file yet.
-- Your co-op's first survey will appear here once it's submitted. -
-{message}
-- If this keeps happening, please contact your Chris @ FCI. -
-Loading your activity report…
+No entries on file yet.
++ Your co-op's first survey will appear here once it's submitted. +
+{message}
++ If this keeps happening, please contact your Chris @ FCI. +
+