Skip to content

Commit 4337311

Browse files
[neverending-story-2] updating to new source
1 parent 2933948 commit 4337311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/perseus-editor/src/__stories__/editor-page.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {registerAllWidgetsAndEditorsForTesting} from "../util/register-all-widge
22

33
import EditorPageWithStorybookPreview from "./editor-page-with-storybook-preview";
44

5-
import type {Meta, StoryObj} from "@storybook/react";
5+
import type {Meta, StoryObj} from "@storybook/react-vite";
66

77
registerAllWidgetsAndEditorsForTesting(); // SIDE_EFFECTY!!!! :cry:
88

packages/perseus-editor/src/__stories__/perseus-frame-component.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import PerseusFrameComponent from "./perseus-frame-component";
22

3-
import type {Meta, StoryObj} from "@storybook/react";
3+
import type {Meta, StoryObj} from "@storybook/react-vite";
44

55
const meta: Meta<typeof PerseusFrameComponent> = {
66
title: "PerseusEditor/Perseus Frame",

0 commit comments

Comments
 (0)