Skip to content

Commit

Permalink
Update Main_Page.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 18, 2024
1 parent 2168d77 commit 4d17adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Main_Page.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Link } from "react-router-dom";
//import { Link } from "react-router-dom";

import PageContainerMain from "../Components/PageContainerMain";

Expand All @@ -16,11 +16,11 @@ function Main_Page() {
<div>
<h2>Links</h2>
<ul>
<li><Link to="/binary-pattern-editor">Binary Pattern Editor</Link></li>

</ul>
</div>
</PageContainerMain>
</>)
}

//<li><Link to="/binary-pattern-editor">Binary Pattern Editor</Link></li>
export default Main_Page;

0 comments on commit 4d17adc

Please sign in to comment.