Skip to content

Commit

Permalink
better naming of contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfolab committed Nov 24, 2024
1 parent ba3734f commit 53798f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Routing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import HomePage from "../pages/HomePage";
import AuthPage from "../pages/AuthPage";
import {SubstancePage} from "../pages/ChemPage";
import ProjectPage from "../pages/ProjectPage";
import {ChemProvider} from "../context/ChemContext";
import AuthContext from "../context/AuthContext";
import {ChemProvider} from "../contexts/ChemContext";
import AuthContext from "../contexts/AuthContext";
import {AuthContextType} from "../@types/authorization";
import '../pages/AuthPage.css'

Expand Down

0 comments on commit 53798f5

Please sign in to comment.