Skip to content

Commit

Permalink
fix: import type
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 3, 2024
1 parent 9be73bf commit 7b622da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontmatter/src/FrontmatterBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { JupyterIcon, OpenAccessIcon, GithubIcon, TwitterIcon } from '@scienceic
import { LicenseBadges } from './licenses.js';
import { DownloadsDropdown } from './downloads.js';
import { AuthorAndAffiliations, AuthorsList } from './Authors.js';
import { LaunchButton, BinderLaunchProps, JupyterHubLaunchProps } from './LaunchButton.js';
import { LaunchButton } from './LaunchButton.js';
import type { BinderLaunchProps, JupyterHubLaunchProps } from './LaunchButton.js';

function ExternalOrInternalLink({
to,
Expand Down

0 comments on commit 7b622da

Please sign in to comment.