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

Commit

Permalink
fix: force deploy to storybook withut manual workflow (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Oct 12, 2021
1 parent ec00850 commit 139372f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stories/1-Button.stories.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React from "react";
import {action} from "@storybook/addon-actions";
import {PencilIcon} from "@primer/octicons-react";

import Button from "../src/styles/Button";
import {plus} from "../src/icons";
import {PencilIcon} from "@primer/octicons-react";

export default {
title: "Button",
Expand Down

0 comments on commit 139372f

Please sign in to comment.