generated from Luis/nextjs-python-web-template
clean up unused js parts
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { DashboardCard } from "@/components/card";
|
||||
import Image from "next/image";
|
||||
import { ReactNode } from "react";
|
||||
|
||||
interface AppCardProps {
|
||||
name: string;
|
||||
icon?: string;
|
||||
@@ -32,11 +30,6 @@ const AppCard = (props: AppCardProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
type App = {
|
||||
name: string;
|
||||
icon?: string;
|
||||
};
|
||||
|
||||
const apps = [
|
||||
{
|
||||
name: "Firefox",
|
||||
|
||||
Reference in New Issue
Block a user