Skip to content

Commit 9b9c2d2

Browse files
committed
Add new components for Independent Articles, Next Steps Projects, and Systematic Reviews; implement CV viewing and registration/login functionality
1 parent 9de5030 commit 9b9c2d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-140
lines changed

frontend/src/components/AuthManager/AuthManager.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState, useEffect } from 'react';
2-
import Login from '../Login/Login';
3-
import Register from '../Register/Register';
2+
import Login from '../../pages/Login/Login.jsx';
3+
import Register from '../../pages/Register/Register.jsx';
44
import DashboardLayout from '../Dashboard/Dashboard';
55
import api from '../../services/api.js';
66

frontend/src/components/UserLogin.jsx

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)