Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Rename fallback component file
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita committed Jun 13, 2022
1 parent 140c56a commit 2766e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { FormContextProvider } from "./context/formContext";
import { TrackingBanner } from "./components/banner";
import Header from "./components/nav/header";
import { LoginCallback } from "./components/auth";
import { FallbackComponent } from "./components/error";
import { FallbackComponent } from "./components/fallback";
import { About } from "./views/About";
import { Home } from "./views/Home";
import { Reports } from "./views/Reports";
Expand Down
File renamed without changes.

0 comments on commit 2766e28

Please sign in to comment.