feat: add routing
This commit is contained in:
5
src/components/screens/Month/Month.js
Normal file
5
src/components/screens/Month/Month.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
const Month = () => <div>Month</div>;
|
||||
|
||||
export default Month;
|
||||
Reference in New Issue
Block a user