Themes to appearances instead of top navbar.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { zodResolver } from "@hookform/resolvers/zod";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
import { ModeToggle } from "@/components/ThemeSwitch";
|
||||
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
@@ -89,6 +90,7 @@ export default function Settings() {
|
||||
</div>
|
||||
</form>
|
||||
</Form>
|
||||
<ModeToggle />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user