Skip to content

Commit 2b4c04c

Browse files
authored
Merge pull request gothinkster#86 from FalloutX/master
Fix Login Component not Loading.
2 parents 3e55011 + 3fdf626 commit 2b4c04c

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)