Skip to content

Commit

Permalink
Merge pull request #1924 from hackforla/removes-resource
Browse files Browse the repository at this point in the history
removes `Resources` component
  • Loading branch information
qiqicodes authored Nov 21, 2023
2 parents a784765 + cf54c12 commit a6a8f49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 128 deletions.
2 changes: 0 additions & 2 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const ParentOrganizations = React.lazy(() =>
import("components/Admin/ParentOrganizations")
);
const TagAdmin = React.lazy(() => import("components/Admin/TagAdmin"));
const Resources = React.lazy(() => import("components/Layout/Resources"));
const Register = React.lazy(() => import("components/Account/Register"));
const Login = React.lazy(() => import("components/Account/Login"));
const ForgotPassword = React.lazy(() =>
Expand Down Expand Up @@ -290,7 +289,6 @@ function App() {
</PrivateRoute>
}
/>
<Route path="resources" element={<Resources />} />
<Route path="register" element={<Register />} />
<Route
path="confirm/:token"
Expand Down
126 changes: 0 additions & 126 deletions client/src/components/Layout/Resources.js

This file was deleted.

0 comments on commit a6a8f49

Please sign in to comment.