Skip to content

Commit

Permalink
schedule complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RchtDshr committed Sep 22, 2024
1 parent 37fc7f1 commit c196225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Home/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Sidebar from "../Sidebar/Sidebar";
import ThemeToggleButton from "../Components/ThemeToggle";
import Schedule from "../Schedule/Schedule";

const Home = () => {
return (
<div>
<Sidebar/>
<Schedule/>
<div className=" absolute right-5 top-50 ">
<ThemeToggleButton/>
</div>
Expand Down

0 comments on commit c196225

Please sign in to comment.