From 7c04276bacf6e9ecc0cce4a2ece7a25dc8e5deaa Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 20 Feb 2024 14:05:53 +0000 Subject: ui: hydrate the react query cache in the client side components --- packages/web/app/dashboard/settings/page.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/web/app/dashboard/settings') diff --git a/packages/web/app/dashboard/settings/page.tsx b/packages/web/app/dashboard/settings/page.tsx index e8799583..95637d8c 100644 --- a/packages/web/app/dashboard/settings/page.tsx +++ b/packages/web/app/dashboard/settings/page.tsx @@ -1,4 +1,3 @@ -import { Button } from "@/components/ui/button"; import ApiKeySettings from "./components/ApiKeySettings"; export default async function Settings() { return ( -- cgit v1.2.3-70-g09d2