prepared folderstructure for monorepo with express.js
This commit is contained in:
10
apps/client/src/app/index.tsx
Normal file
10
apps/client/src/app/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import Chat from "./Chat";
|
||||
import Calender from "./Calender";
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
// <Chat />
|
||||
<Calender />
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user