Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Jun 20, 2024
1 parent 535fb1a commit 648eff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui-src/parser/libraries/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './UiComponents';
export * from './UiImages';
export * from './UiColorLibraries';
2 changes: 1 addition & 1 deletion ui-src/parser/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PenpotFile } from '@ui/lib/types/penpotFile';
import { FillStyle } from '@ui/lib/types/utils/fill';
import { buildFile } from '@ui/parser/creators';
import { uiImages } from '@ui/parser/libraries';
import { uiColorLibraries } from '@ui/parser/libraries/UiColorLibraries';
import { uiColorLibraries } from '@ui/parser/libraries';
import { PenpotDocument } from '@ui/types';

import { parseImage } from '.';
Expand Down

0 comments on commit 648eff5

Please sign in to comment.