Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/webapp/top bar: An initial top bar for the layout #32

Merged
merged 9 commits into from
Feb 16, 2024
Merged
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