forked from github-starred/komodo
cleanup
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user