refactor: Update import statement for Markdoc in Tag.ts
This commit is contained in:
parent
7807fee775
commit
ef64469637
@ -1,10 +1,12 @@
|
||||
import type { RenderableTreeNode } from "@markdoc/markdoc";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
import { Tag as MarkdocTag } from "@markdoc/markdoc";
|
||||
import Markdoc from "@markdoc/markdoc";
|
||||
|
||||
type TagAttributesValue = string | number | boolean | null | undefined | object | unknown;
|
||||
|
||||
const { Tag: MarkdocTag } = Markdoc;
|
||||
|
||||
export class Tag extends MarkdocTag {
|
||||
constructor(
|
||||
name: string | ReactNode,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user