Skip to content

Commit

Permalink
import types locally too
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal committed Jun 13, 2024
1 parent 4df41d3 commit 8785920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect } from "react";
import UserSelector from "./UserSelector";
import LoginButton from "./LoginButton";
import type { User } from "../../../plan/types";
import type { User } from "../types";

/**
* An indicator of whether the user is logged in, and what account they are logged into.
Expand Down

0 comments on commit 8785920

Please sign in to comment.