Skip to content

Commit

Permalink
feat: drop status
Browse files Browse the repository at this point in the history
現状Storybook上を含めどこにも使用されていないため
  • Loading branch information
knokmki612 committed Mar 17, 2022
1 parent bd25dff commit a0f1e9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 deletions packages/tailwindcss/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const button = require("./button");
const outlinedButton = require("./outlinedButton");
const textButton = require("./textButton");
const status = require("./status");
const card = require("./card");
const input = require("./input");
const select = require("./select");
Expand All @@ -23,7 +22,6 @@ module.exports = [
button,
outlinedButton,
textButton,
status,
card,
input,
select,
Expand Down
33 changes: 0 additions & 33 deletions packages/tailwindcss/status.js

This file was deleted.

0 comments on commit a0f1e9b

Please sign in to comment.