mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Remove unnecessary import
This commit is contained in:
parent
237d9d6de5
commit
eeadf5f7c6
@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { use, useEffect } from "react";
|
||||
import { useEffect } from "react";
|
||||
import { StackClientApp, StackClientAppJson, stackAppInternalsSymbol } from "../lib/stack-app";
|
||||
import React from "react";
|
||||
import { UserJson } from "@stackframe/stack-shared";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user