Skip to content

Commit

Permalink
Merge pull request #16 from Manonicu/fix-lz-string-import
Browse files Browse the repository at this point in the history
fix: #15
  • Loading branch information
3lang3 committed Oct 19, 2022
2 parents c08c04f + b1a30ca commit 4225953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/hooks/useCodeSandbox.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import LZString from 'lz-string';
import * as LZString from 'lz-string';

type DependenciesType = {
type: string;
Expand Down

0 comments on commit 4225953

Please sign in to comment.