summaryrefslogtreecommitdiff
path: root/frontend/src/components/errors/Error404.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/errors/Error404.js')
-rw-r--r--frontend/src/components/errors/Error404.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/errors/Error404.js b/frontend/src/components/errors/Error404.js
index 32ab8e8d..9a5e005e 100644
--- a/frontend/src/components/errors/Error404.js
+++ b/frontend/src/components/errors/Error404.js
@@ -1,5 +1,5 @@
import React from 'react';
-import { Link } from 'react-router';
+import { Link } from 'react-router-dom';
const Error404 = () => (
<div>
bgstack15