This commit is contained in:
karamvir
2023-09-09 03:25:51 -07:00
parent 2af30856ba
commit caae39b2de
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import { useRead } from "@lib/hooks";
import { Page, Section } from "@components/layouts";
import { Page, Section, ResourceCard } from "@components/layouts";
import { Box, History } from "lucide-react";
import { ResourceCard } from "@components/resources";
import { DeploymentsChart } from "@components/dashboard/deployments-chart";
import { ServersChart } from "@components/dashboard/servers-chart";
import { BuildChart } from "@components/dashboard/builds-chart";

View File

@@ -1,5 +1,5 @@
import { Page, Section } from "@components/layouts";
import { ResourceCard, ResourceComponents } from "@components/resources";
import { Page, Section, ResourceCard } from "@components/layouts";
import { ResourceComponents } from "@components/resources";
import { useRead, useResourceParamType } from "@lib/hooks";
import { Input } from "@ui/input";
import { useState } from "react";