Skip to content

Commit

Permalink
🐛 Linting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Mar 22, 2024
1 parent cc54c97 commit e549832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter/src/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { SourceFileKind } from 'myst-spec-ext';
import React, { useContext } from 'react';
import { type ExtendedCoreOptions, thebeFrontmatterToOptions } from './utils.js';
import type { GenericParent } from 'myst-common';
import { useBaseurl, useProjectManifest } from '@myst-theme/providers';
import { useProjectManifest } from '@myst-theme/providers';
import type { RepoProviderSpec } from 'thebe-core';
import { ThebeBundleLoaderProvider, ThebeServerProvider } from 'thebe-react';

Expand Down

0 comments on commit e549832

Please sign in to comment.