Skip to content

Commit 7434d87

Browse files
authored
Merge pull request #99 from jasonrundell/feature/remove-components
Removing empty components
2 parents c4ff652 + 5a71f71 commit 7434d87

26 files changed

+8
-1376
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 18.17.0
2929
- name: Cache node modules
30-
uses: actions/cache@v1
30+
uses: actions/cache@v4
3131
with:
3232
path: node_modules
3333
# package-lock.json is used for npm ci

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,15 @@ npm run storybook
3131

3232
Atoms are the basic building blocks of a user interface. They include elements like buttons, inputs, and links. Here are all of the atoms included in Dropship:
3333

34-
- Article
35-
- Avatar
3634
- Blockquote
3735
- Box
3836
- Button
39-
- Cite
4037
- Container
41-
- Footer
4238
- Grid
4339
- Heading
44-
- Icon
4540
- Link
46-
- Main
47-
- Paragraph
4841
- Row
49-
- Section
5042
- Spacer
51-
- Strong
5243

5344
## Storybook
5445

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
import * as icons from './shared/icons'
2-
3-
export { icons }
4-
51
export * from './stories/atoms'

src/shared/icons.js

Lines changed: 0 additions & 282 deletions
This file was deleted.

src/stories/atoms/Article/Article.jsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/stories/atoms/Article/Article.stories.mdx

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/stories/atoms/Avatar/Avatar.jsx

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)