Skip to content

Commit

Permalink
fix: import React in 404.js
Browse files Browse the repository at this point in the history
Signed-off-by: Lakshya Satpal <[email protected]>
  • Loading branch information
lakshz committed Jan 5, 2024
1 parent 599a5ac commit 2999cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/src/pages/404.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { Link } from 'gatsby';

const pageStyles = {
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/identity/Navigation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { BrowserRouter, Link } from 'react-router-dom';
import { Link } from 'react-router-dom';

const Navigation = (props) => {
console.log('naviation');
Expand Down

0 comments on commit 2999cf7

Please sign in to comment.