Skip to content

Commit 5990335

Browse files
mrepol742Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2c0d2d7 commit 5990335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/dashboard/Settings/Profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useState } from "react";
44
import { createClient } from "../../../lib/supabase/client";
55
import { toast } from "react-toastify";
6-
import { User } from "@supabase/supabase-js";
6+
import type { User } from "@supabase/supabase-js";
77

88
export default function UserProfile({ user }: { user: User }) {
99
const supabase = createClient();

0 commit comments

Comments
 (0)