Skip to content

Commit

Permalink
Refactor stories fodler (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir198 authored Aug 7, 2023
1 parent 19a0c3d commit 7f89fed
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 14 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button } from "./Button";
import { Button } from "../Button/Button";
import "./header.css";

type User = {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

import { Header } from "./Header";
import { Header } from "../Header/Header";
import "./page.css";

type User = {
Expand Down
File renamed without changes.
16 changes: 8 additions & 8 deletions dashboard/src/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Meta } from "@storybook/addon-docs";
import Code from "./assets/code-brackets.svg";
import Colors from "./assets/colors.svg";
import Comments from "./assets/comments.svg";
import Direction from "./assets/direction.svg";
import Flow from "./assets/flow.svg";
import Plugin from "./assets/plugin.svg";
import Repo from "./assets/repo.svg";
import StackAlt from "./assets/stackalt.svg";
import Code from "../assets/code-brackets.svg";
import Colors from "../assets/colors.svg";
import Comments from "../assets/comments.svg";
import Direction from "../assets/direction.svg";
import Flow from "../assets/flow.svg";
import Plugin from "../assets/plugin.svg";
import Repo from "../assets/repo.svg";
import StackAlt from "../assets/stackalt.svg";

<Meta title="Example/Introduction" />

Expand Down
8 changes: 4 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4975,10 +4975,10 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-enpitech@^1.0.9:
version "1.0.9"
resolved "https://registry.npmjs.org/eslint-config-enpitech/-/eslint-config-enpitech-1.0.9.tgz"
integrity sha512-J/z9D8zvM2d3wpokwfqq7FX4jbxLsmIOxQEdIDPP71cKlrSS7zvjuMvyvPaCaVUjb2hI9FXlh1CgXWpXSMj0qQ==
eslint-config-enpitech@^1.0.6:
version "1.0.6"
resolved "https://registry.npmjs.org/eslint-config-enpitech/-/eslint-config-enpitech-1.0.6.tgz"
integrity sha512-pe4vCbIlDEBLV6c64CM6fIAWfbt6BDyNDmbAMya+Ud1s4jZkJfcIlhp9t5xZDDDIVaXPHEyxDRSa/eTKZ5VVQQ==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.0.0"
eslint-config-prettier "^8.8.0"
Expand Down

0 comments on commit 7f89fed

Please sign in to comment.