Skip to content

Commit

Permalink
fix: folder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Dec 17, 2023
1 parent 95ae696 commit 421c7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export const Markdown = memo((props: { value: string }) => {
/>
)
})
Markdown.displayName = 'Markdown'
2 changes: 1 addition & 1 deletion storybook/src/glob.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { createElement, Fragment } from 'react'
import type { FC, ReactNode } from 'react'
import type { DocumentComponent, DocumentPageMeta } from '../typings'

import { Markdown } from './components/Mardown'
import { Markdown } from './components/Markdown'

import { GLOB_PATH } from '../config' assert { type: 'macro' }
// TODO find project root
Expand Down

0 comments on commit 421c7dd

Please sign in to comment.