Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bheston committed Oct 30, 2023
1 parent ecfb90d commit abedd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adaptive-ui-figma-designer/src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { tabDefinition } from "@adaptive-web/adaptive-web-components/tab";
import { tabPanelDefinition } from "@adaptive-web/adaptive-web-components/tab-panel";
import { tabsDefinition } from "@adaptive-web/adaptive-web-components/tabs";
import { DesignToken } from "@microsoft/fast-foundation";
import { PluginMessage } from '../core/model.js';
import { deserializeUINodes, SerializableUIState } from "../core/serialization.js";
import { App } from "./app.js";
import { PluginMessage } from '../core/model.js';

AdaptiveDesignSystem.defineComponents({
buttonDefinition,
Expand Down

0 comments on commit abedd22

Please sign in to comment.