This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename NeynarSigninButton -> NeynarAuthButton and add regex to ignore…
… stories
- Loading branch information
1 parent
2d2bb57
commit 6af6c47
Showing
6 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ package.json | |
tsconfig.json | ||
|
||
.storybook | ||
*.stories.tsx | ||
src/**/*.stories.tsx | ||
|
||
.npmignore |
8 changes: 4 additions & 4 deletions
8
...gninButton/NeynarSigninButton.stories.tsx → ...arAuthButton/NeynarAuthButton.stories.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { NeynarSigninButton } from "./NeynarSigninButton"; | ||
export { NeynarAuthButton } from "./NeynarAuthButton"; |
This file was deleted.
Oops, something went wrong.