feat: add react routing
This commit is contained in:
9
src/pages/Home.tsx
Normal file
9
src/pages/Home.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React, {useState } from 'react';
|
||||
|
||||
const Home: React.FC = () => {
|
||||
return (
|
||||
<div>Hello World!</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user