Skip to content

Commit 972094a

Browse files
committed
Add license to NavMenu.tsx
1 parent 1e1feb8 commit 972094a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/fresh.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ import * as $DevelopmentLogin from "./islands/DevelopmentLogin.tsx";
5252
import * as $GitHubActionsLink from "./islands/GitHubActionsLink.tsx";
5353
import * as $GithubUserLink from "./islands/GithubUserLink.tsx";
5454
import * as $GlobalSearch from "./islands/GlobalSearch.tsx";
55-
import * as $HomepageHero from "./islands/HomepageHero.tsx";
5655
import * as $HomepageHeroParticles from "./islands/HomepageHeroParticles.tsx";
5756
import * as $NavMenu from "./islands/NavMenu.tsx";
5857
import * as $PublishingTaskRequeue from "./islands/PublishingTaskRequeue.tsx";
@@ -124,7 +123,6 @@ const manifest = {
124123
"./islands/GitHubActionsLink.tsx": $GitHubActionsLink,
125124
"./islands/GithubUserLink.tsx": $GithubUserLink,
126125
"./islands/GlobalSearch.tsx": $GlobalSearch,
127-
"./islands/HomepageHero.tsx": $HomepageHero,
128126
"./islands/HomepageHeroParticles.tsx": $HomepageHeroParticles,
129127
"./islands/NavMenu.tsx": $NavMenu,
130128
"./islands/PublishingTaskRequeue.tsx": $PublishingTaskRequeue,

frontend/islands/NavMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2024 the JSR authors. All rights reserved. MIT license.
12
import { useEffect, useLayoutEffect, useRef, useState } from "preact/hooks";
23
import IconDots from "$tabler_icons/dots.tsx";
34

0 commit comments

Comments
 (0)