Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Mar 14, 2024
1 parent 6963636 commit 3ec12ed
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import type { Meta, StoryObj } from '@storybook/html';
import { html, ref } from '@microsoft/fast-element';
import { createUserSelectedThemeStory } from '../../../utilities/tests/storybook';
import { controlLabelFont, controlLabelFontColor, mediumPadding, standardPadding } from '../../../theme-provider/design-tokens';
import {
controlLabelFont,
controlLabelFontColor,
mediumPadding,
standardPadding
} from '../../../theme-provider/design-tokens';
import { anchorTag } from '../../../anchor';
import { anchorButtonTag } from '../../../anchor-button';
import { anchorTabsTag } from '../../../anchor-tabs';
Expand Down Expand Up @@ -118,7 +123,7 @@ const metadata: Meta<AnchorPatternsArgs> = {
const data = `Absolute link: <${x.href}>`;
x.richTextViewerRef.markdown = data;
})();
},
}
}
};

Expand Down

0 comments on commit 3ec12ed

Please sign in to comment.