translation in frontend
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<div>
|
||||
<h2>Home</h2>
|
||||
<Link to="/about">About</Link><br />
|
||||
<Link to="/dashboard">Dashboard</Link><br />
|
||||
<Link to="/dynamic">Dynamic</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user