Skip to content

Commit 3fdf626

Browse files
committed
Fix Login Component not Loading.
1 parent 3e55011 commit 3fdf626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link } from 'react-router';
1+
import { Link } from 'react-router-dom';
22
import ListErrors from './ListErrors';
33
import React from 'react';
44
import agent from '../agent';

src/components/Register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link } from 'react-router';
1+
import { Link } from 'react-router-dom';
22
import ListErrors from './ListErrors';
33
import React from 'react';
44
import agent from '../agent';

0 commit comments

Comments
 (0)