Skip to content

Commit

Permalink
chore: remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed May 1, 2024
1 parent 8c62744 commit ec2fb3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/DownloadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import { Cross2Icon, DownloadIcon, PlusIcon } from "@radix-ui/react-icons"
import { CustomInput } from "./CustomInput.tsx"
import { CustomTextarea } from "./CustomTextarea.tsx"

export interface Inputs {
name: string
institution: string
email: string
description: string
files: Array<string>
}

const DownloadModal = () => {
const [isOpen, setIsOpen] = React.useState(false)

Expand Down
1 change: 0 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import type { CollectionEntry } from "astro:content"
import BaseHead from "../components/BaseHead.astro"
import Header from "../components/Header.astro"
import Footer from "../components/Footer.astro"
Expand Down

0 comments on commit ec2fb3c

Please sign in to comment.