Skip to content

Commit

Permalink
fix: move theme toggle to components
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 21, 2024
1 parent 020b9c0 commit 42bb0b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DisplayCard } from "@/components/Card";
import HealthStatus from "@/components/HealthStatus";
import { ActionButton } from "@/components/ActionButton";
import { recordEvent } from "@/utils/actions";
import { ThemeToggle } from "@/components/ActionButton/ThemeToggle";
import { ThemeToggle } from "@/components/ThemeToggle";

/**
* Fetches the current value of the counter from the API.
Expand Down
File renamed without changes.

0 comments on commit 42bb0b1

Please sign in to comment.