Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 19, 2024
1 parent 5a42b5c commit 34613ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdoc/nodes/table.markdoc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Tag } from '@markdoc/markdoc'

import Table from '../components/table/Table'
import Table from '../components/Table'
import { type BaseSchema, isTag } from '../types'

export const table: BaseSchema = {
Expand Down

0 comments on commit 34613ac

Please sign in to comment.