Skip to content

Commit

Permalink
Remove commented out code and unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-phxm committed Mar 2, 2024
1 parent c84ab2f commit a7d5c00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions client/src/components/DraggableGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ function DraggableGraph({
size={40}
className=" absolute right-0 cursor-pointer"
/>
{/* <button
>
X
</button> */}
</div>

<LineChart
width={500}
height={300}
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const HeroContainer = dynamic(

export default function Home() {
const { currentAppState } = useAppState();
// 38, 55, 7

return (
<div className={currentAppState.darkMode ? "dark" : ""}>
Expand Down

0 comments on commit a7d5c00

Please sign in to comment.