Changes
2 changed files (+2/-2)
-
-
@@ -10,7 +10,7 @@ import { withMockedBackend } from "../../.storybook/decorators/withMockedBackend.tsx";import { withWorkspacePagesLayout } from "../../.storybook/decorators/withWorkspacePagesLayout.tsx"; import { List } from "../mocks/yamori/worker/v1/worker_service.ts"; import * as WorkerListPage from "./WorkerListPage.ts"; import { WorkerListPage } from "./WorkerListPage.ts"; const workspace = create(WorkspaceSchema, { id: { value: "ws-foo" },
-
-
-
@@ -1,4 +1,4 @@// SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com> // SPDX-License-Identifier: AGPL-3.0-only export * from "./WorkerListPage/Page.tsx"; export * as WorkerListPage from "./WorkerListPage/Page.tsx";
-