Skip to content

Commit 7114bd9

Browse files
authored
Fix mkdirp import (livekit#484)
1 parent 73df060 commit 7114bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/props-docs/src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { promisify } from 'util';
55
import { promises as fs } from 'fs';
66
import * as docgen from 'react-docgen-typescript';
77
import { ComponentDoc } from 'react-docgen-typescript';
8-
import mkdirp from 'mkdirp';
8+
import { mkdirp } from 'mkdirp';
99

1010
type ComponentInfo = {
1111
def: ComponentDoc;

0 commit comments

Comments
 (0)