feat: separate file for api services store

This commit is contained in:
2025-06-04 12:49:57 +02:00
parent a67ec7e78c
commit a1146ce371
7 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ import { createPortal } from "react-dom";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { X } from "lucide-react";
import { useApiServices } from "@/store/admin";
import { useApiServices } from "@/store/admin/apiServices";
import type { ApiServiceCredentials } from "@/types";
const download = (credentials: ApiServiceCredentials) => {