Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
style: 🤖 prettier code by github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CUexter committed Mar 6, 2023
1 parent f567858 commit 32281c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions stories/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react";

import "./button.css";

interface ButtonProps {
Expand Down
1 change: 1 addition & 0 deletions stories/Header.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Meta, StoryObj } from "@storybook/react";

import { Header } from "./Header";

const meta: Meta<typeof Header> = {
Expand Down
1 change: 1 addition & 0 deletions stories/Introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Meta } from "@storybook/blocks";

import Code from "./assets/code-brackets.svg";
import Colors from "./assets/colors.svg";
import Comments from "./assets/comments.svg";
Expand Down
3 changes: 2 additions & 1 deletion stories/Page.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Meta, StoryObj } from "@storybook/react";
import { within, userEvent } from "@storybook/testing-library";

import { userEvent, within } from "@storybook/testing-library";

import { Page } from "./Page";

Expand Down

0 comments on commit 32281c8

Please sign in to comment.