diff --git a/components/Notice.tsx b/components/Notice.tsx deleted file mode 100644 index 7c1d4aded..000000000 --- a/components/Notice.tsx +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2023 the Deno authors. All rights reserved. MIT license. -import { JSX } from "preact"; - -export default function Notice(props: JSX.HTMLAttributes) { - return ( -
- ); -}