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

Claire mobile (design changes reflected in Claire fixes PR, so doesn't need to be merged) #59

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
115 changes: 66 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"i": "^0.3.7",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"next": "latest",
"next": "^14.2.1",
"node": "^21.7.1",
"react": "latest",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "latest",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-responsive-carousel": "^3.2.23",
Expand Down
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function RootLayout({
crossOrigin=""
/>
<script src="html5-qrcode.min.js" />

</head>

<body className={inter.className}>{children}</body>
Expand Down
Loading