Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout committed May 4, 2024
1 parent 109b49c commit 62c16a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/plugins/tutorial/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import type {
Plugin,
} from '@docusaurus/types';

import type { NormalizedOptions, UserOptions } from '../typesypes';

export interface Options {
title: string;
description: string;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/DocBanner/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useDoc } from '@docusaurus/theme-common/internal';
import { DocMetadata } from '../../../../src/plugins/docs';
import { DocMetadata } from '../../plugins/docs';
import ReactMarkdown from 'react-markdown';
import './styles.css';

Expand Down

0 comments on commit 62c16a1

Please sign in to comment.