move files
This commit is contained in:
parent
e3e6e6a884
commit
a40e5da1be
@ -1,4 +1,4 @@
|
||||
import Spinner from "./Spinner";
|
||||
import Spinner from "../custom-ui/Spinner";
|
||||
|
||||
function FullPageSpinner() {
|
||||
return (
|
||||
@ -2,7 +2,7 @@ import { useUser } from "@clerk/clerk-react";
|
||||
import posthog from "posthog-js";
|
||||
import App from "../../App";
|
||||
import { useEffect, useRef } from "react";
|
||||
import FullPageSpinner from "../custom-ui/FullPageSpinner";
|
||||
import FullPageSpinner from "../core/FullPageSpinner";
|
||||
import { useAuthenticatedFetch } from "./useAuthenticatedFetch";
|
||||
import { useStore } from "../../store/store";
|
||||
import AvatarDropdown from "./AvatarDropdown";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user