Skip to content

Commit

Permalink
fix(cjs): import pushpop correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
spudly committed Jul 15, 2022
1 parent ca4ff03 commit 31ab81f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/_internal/utils/dock.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import {isNotNil, unique} from '@spudly/pushpop';
import pushpop from '@spudly/pushpop';
import _clsx from 'clsx';
import {defaultImport} from 'default-import';

const {isNotNil, unique} = pushpop;

const clsx = defaultImport(_clsx);

export type DockSideProperty = 'border' | 'borderRadius' | 'padding';
Expand Down

0 comments on commit 31ab81f

Please sign in to comment.