Skip to content

Commit

Permalink
Merge pull request #37 from near/18-implement-sign-route
Browse files Browse the repository at this point in the history
18 implement sign route
  • Loading branch information
esaminu authored Sep 19, 2023
2 parents ff25538 + fc07f7d commit e8dc134
Show file tree
Hide file tree
Showing 36 changed files with 5,110 additions and 2,368 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yarn-error.log*

# Yarn Integrity file
.yarn-integrity
.vscode/settings.json
4 changes: 4 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module "*.svg" {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
export default content;
}
Loading

0 comments on commit e8dc134

Please sign in to comment.