Skip to content

Commit

Permalink
Merge pull request #47 from DepressionHub/t1
Browse files Browse the repository at this point in the history
some file folder change
  • Loading branch information
TanmayDhobale authored Jun 29, 2024
2 parents a957a3e + f4c063c commit 09de880
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/HomePage/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export function Hero() {
</GridItem>
</Grid>
</Container>
<Chatbox />
</>
);
}
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions pages/TherapistDashboard/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

const page = () => {
return <div></div>;
};

export default page;

0 comments on commit 09de880

Please sign in to comment.