Skip to content

Commit

Permalink
fix(ui-library): wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Oct 30, 2023
1 parent 06c06a1 commit 596c8e5
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ import { semanticTokens as semanticTokensType } from './semanticTokensType.gener
import {
semanticTokens as semanticTokensLight,
componentTokens as componentTokensLight,
} from './index.Light.generated.js';
} from './index.Light.generated';

import {
semanticTokens as semanticTokensDark,
componentTokens as componentTokensDark,
} from './index.Dark.generated.js';
import { semanticTokens as semanticTokensDark, componentTokens as componentTokensDark } from './index.Dark.generated';

import { CSSResult } from 'lit';

Expand Down

0 comments on commit 596c8e5

Please sign in to comment.