You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
Adjust types in storybook
This commit is contained in:
@@ -16,11 +16,11 @@ import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import LoadingSpinner from "./LoadingSpinner";
|
||||
|
||||
const meta: Meta<typeof LoadingSpinner> = {
|
||||
const meta = {
|
||||
title: "UI/Loading Spinner",
|
||||
component: LoadingSpinner,
|
||||
tags: ["docsPage"],
|
||||
};
|
||||
} satisfies Meta<typeof LoadingSpinner>;
|
||||
|
||||
export default meta;
|
||||
type Story = StoryObj<typeof LoadingSpinner>;
|
||||
|
||||
Reference in New Issue
Block a user