We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfbbdb commit 0ce65a7Copy full SHA for 0ce65a7
app/[locale]/download/page.tsx
@@ -3,15 +3,7 @@ import type { Metadata } from "next";
3
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
4
import DefaultImageCard from "./components/DefaultImage/Card";
5
import CloudImageCard from "./components/CloudImage/Card";
6
-import {
7
- Table,
8
- TableBody,
9
- TableCaption,
10
- TableCell,
11
- TableHead,
12
- TableHeader,
13
- TableRow,
14
-} from "@/components/ui/table";
+import { Table, TableBody, TableCell, TableRow } from "@/components/ui/table";
15
16
export const metadata: Metadata = {
17
title: "Download - Rocky Linux",
0 commit comments