Skip to content

Commit

Permalink
fix(useStylesheet): update import path for use-sync-external-store
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed May 24, 2024
1 parent a80a227 commit 34e8e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/hooks/useStylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import type { StyleDataCSP } from '@ui5/webcomponents-base/dist/ManagedStyles.js';
import { createOrUpdateStyle, removeStyle } from '@ui5/webcomponents-base/dist/ManagedStyles.js';
import { useSyncExternalStore } from 'use-sync-external-store/shim';
import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js';
import { StyleStore } from '../stores/StyleStore.js';
import { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect.js';

Expand Down

0 comments on commit 34e8e22

Please sign in to comment.