From 878592097cac02a54b9aeec2582e9501edc9d183 Mon Sep 17 00:00:00 2001 From: aadalal <57609353+AaDalal@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:46:07 -0400 Subject: [PATCH] import types locally too --- frontend/shared-components/src/accounts/AccountIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shared-components/src/accounts/AccountIndicator.tsx b/frontend/shared-components/src/accounts/AccountIndicator.tsx index 290c5ef4..6dc9508d 100644 --- a/frontend/shared-components/src/accounts/AccountIndicator.tsx +++ b/frontend/shared-components/src/accounts/AccountIndicator.tsx @@ -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.