Skip to content

Commit

Permalink
node16 module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavstastny committed Aug 21, 2023
1 parent e8fb18c commit b1e0ff1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as React from 'react';
import parse from 'html-react-parser';
import { default as parse } from 'html-react-parser';
import { Steps, StoryWright } from 'storywright';
import { TextInputDefinition, LabelDefinition, FluentDesignSystem } from '@fluentui/web-components';
import { tokens } from '@fluentui/tokens';
import { DARK_MODE, getStoryVariant, RTL } from '../../utilities/WCThemeDecorator';
import { DARK_MODE, getStoryVariant, RTL } from '../../utilities/WCThemeDecorator.js';

TextInputDefinition.define(FluentDesignSystem.registry);
LabelDefinition.define(FluentDesignSystem.registry);
Expand Down

0 comments on commit b1e0ff1

Please sign in to comment.