Skip to content

Commit

Permalink
Merge pull request #32 from Arquisoft/feat/webapp/top-bar
Browse files Browse the repository at this point in the history
feat/webapp/top bar: An initial top bar for the layout
  • Loading branch information
gony02 authored Feb 16, 2024
2 parents 87cab42 + d2b8c58 commit d6821ec
Show file tree
Hide file tree
Showing 20 changed files with 1,816 additions and 789 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
node_modules
coverage
docs/build
.idea

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
3 changes: 2 additions & 1 deletion webapp/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"baseUrl": "./src",
"checkJs": true,
"jsx": "react"
"jsx": "react",
"resolveJsonModule": true
}
}
Loading

0 comments on commit d6821ec

Please sign in to comment.