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

205_ROI_Visualise_colour_change #615

Closed
wants to merge 127 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
f403a90
Data filter params
tuanna26 Dec 23, 2024
a61287c
filter data with snakemake
tuanna26 Dec 26, 2024
6705bb5
Merge remote-tracking branch 'origin' into feat/data-filter
tuanna26 Dec 26, 2024
9cbf3c2
fix test
tuanna26 Dec 26, 2024
8288ce3
Update nwbfile after filtering
tuanna26 Dec 27, 2024
1123e3f
Handle no remaining ROI after filtering
tuanna26 Dec 27, 2024
2ef23ca
Fix exception
tuanna26 Jan 2, 2025
a286472
Mark out-of-range data as NaN instead of deleting it
tuanna26 Jan 2, 2025
2180c59
Update JsonTimeSeriesData to filter out None values for xrange
tuanna26 Jan 2, 2025
2c956b8
Empty data filter param if RUN ALL
tuanna26 Jan 3, 2025
bd497bf
Update slicing logic for data filter ranges
tuanna26 Jan 3, 2025
68b4772
Fix duplicate roi data
tuanna26 Jan 3, 2025
149e5fc
cleanup files
milesAraya Jan 6, 2025
640bcc1
Merge remote-tracking branch 'origin/feature/resolve-abnormal-workflo…
tuanna26 Jan 8, 2025
cdbb203
Mock API filter node data
tuanna26 Jan 13, 2025
113a80d
Filter node data
tuanna26 Jan 14, 2025
4cc3abf
Merge remote-tracking branch 'origin/develop-main' into feature/516_d…
tuanna26 Jan 14, 2025
5fbcd44
Update workflow config with filter params
tuanna26 Jan 14, 2025
c7dc261
Add isUpdateFilter property to NodeData
tuanna26 Jan 14, 2025
4940813
Merge remote-tracking branch 'origin/develop-main' into feature/516_d…
tuanna26 Jan 20, 2025
d050b8f
Revert "Update JsonTimeSeriesData to filter out None values for xrange"
tuanna26 Jan 20, 2025
aa79424
feat: Add option to get original output data
tuanna26 Jan 21, 2025
84aa3a6
Change data filtering logic
tuanna26 Jan 23, 2025
9dcb90d
add algo-conda-env-indicate feature
Jan 24, 2025
77bb0ae
add SmkInternalUtils
Jan 27, 2025
a5604a6
refactor CondaNoticeButton
Jan 29, 2025
b466636
Update node yaml to similar nested format. Update some nodes with iss…
milesAraya Aug 15, 2024
42911b6
update tests for new yaml structure
milesAraya Oct 11, 2024
7851c9f
ipynb for converting yaml to new format based on default values
milesAraya Jan 29, 2025
1240cb6
add run create-conda-env workflow process (WIP)
Jan 29, 2025
2f3dcf7
Add getAlgoList at end of workflow
Jan 29, 2025
d3b3363
update to cca to accept multiple columns
milesAraya Jan 29, 2025
f4ce6ff
clear notebook data
milesAraya Jan 29, 2025
65c9fc8
linter error
milesAraya Jan 29, 2025
024ce68
param target_index to inside CCA
milesAraya Jan 30, 2025
2df8c46
update loggin
Jan 30, 2025
3da28d9
Merge branch 'feature/algo-conda-env-indicate' into feature/algo-cond…
Jan 30, 2025
211bf0e
ajust CondaNoticeButton attributes
Jan 30, 2025
b78b65f
adjust CondaNoticeButton style
Jan 31, 2025
b33f5cd
Merge branch 'feature/adjust-import-sample-data-api' into feature/alg…
Jan 31, 2025
8a7bb26
Merge branch 'feature/adjust-import-sample-data-api' into feature/alg…
Jan 31, 2025
bd2a63e
add setup_conda node's data
Jan 31, 2025
b74a44f
Merge branch 'feature/algo-conda-env-indicate' into feature/algo-cond…
Jan 31, 2025
58ca03b
fix linter
Jan 31, 2025
77bc1fc
adjusting CondaNoticeButton by run state
Feb 3, 2025
21db11b
Merge remote-tracking branch 'origin/develop-main' into feature/516_d…
tuanna26 Feb 3, 2025
6dae644
add test code for SmkInternalUtils
Feb 3, 2025
1da9b15
Merge pull request #577 from arayabrain/feature/algo-conda-env-creating
itutu-tienday Feb 3, 2025
6347087
fix frontend test data
Feb 3, 2025
b8a1e01
Merge branch 'develop-main' into feature/algo-conda-env-indicate
Feb 3, 2025
8b4bfb6
Refactor data filter
tuanna26 Feb 3, 2025
a429e1e
refactor: Update file extension constant usage in outputs.py
tuanna26 Feb 3, 2025
f99a794
added error handling with specific warning
milesAraya Feb 5, 2025
3c1395e
Update NodeData response for ability to check highlight condition
tuanna26 Feb 5, 2025
8f88230
more general error message & link to FAQ
milesAraya Feb 6, 2025
050306b
reset frontend yarn changes
milesAraya Jan 24, 2025
b730be2
updates to get suitep2 working in docker
milesAraya Jan 27, 2025
9ec0eb7
undo changes to suite2p version, do in a separate commit
milesAraya Jan 29, 2025
40c0f3e
Trigger snakemake re-run by updating modification time
tuanna26 Feb 7, 2025
34da8a8
changed python to 3.9 in suite2p, but kept all other dependencies the…
milesAraya Feb 7, 2025
fcd8b04
Merge branch 'develop-main' into feature/516_data-filter_be
tuanna26 Feb 7, 2025
34024da
Merge remote-tracking branch 'origin/feature/516' into feature/RoiTim…
sanglevinh Feb 10, 2025
f6b3669
add colour change
sanglevinh Feb 10, 2025
58b5bfe
add runByCurrentUid when reproduceWorkflow
sanglevinh Feb 10, 2025
6cf67ff
Fix highlight
sanglevinh Feb 10, 2025
b9f62de
block click roi add not commit
sanglevinh Feb 11, 2025
9a0ccbd
reset roi click when commit roi
sanglevinh Feb 11, 2025
bf6dda7
Fix call api getTimeSeriesDataById when roi is temp add
sanglevinh Feb 11, 2025
7c0c86f
adust CondaNoticeButton workflow run
Feb 12, 2025
cdd6bae
Merge branch 'develop-main' into feature/algo-conda-env-indicate
Feb 12, 2025
a79c681
Merge branch 'feature/enhancing_front_end_test' into feature/algo-con…
Feb 12, 2025
a45bc3e
getAlgoのテストをスキップ
tsuchiyama-araya Feb 12, 2025
5eebc2e
remove check
sanglevinh Feb 12, 2025
e12c1db
revert fix error call api
sanglevinh Feb 12, 2025
8e5751c
added a header section to wrapper conda env package yamls
Feb 13, 2025
dd0acd0
Link and QR to bioRxiv paper
milesAraya Feb 13, 2025
9f920ad
Merge pull request #609 from arayabrain/feature/caiman_python_version…
milesAraya Feb 13, 2025
6f148e9
Merge branch 'feature/update-node-params' into feature/params-and-cai…
milesAraya Feb 13, 2025
23a2d80
update tutorials
milesAraya Feb 13, 2025
9ac2980
Merge remote-tracking branch 'origin/develop-main' into feature/516_d…
tuanna26 Feb 17, 2025
bcbfed3
Merge branch 'feature/516' into feature/516_data-filter_be
milesAraya Feb 17, 2025
909515e
update ConfirmDialog
Feb 18, 2025
8e3cbe4
update CondaNoticeButton
Feb 18, 2025
ddbd78d
update dialogue box
milesAraya Feb 18, 2025
0f76477
Merge remote-tracking branch 'origin/feature/516' into feature/RoiTim…
sanglevinh Feb 18, 2025
f416ae4
Fix change colour
sanglevinh Feb 18, 2025
5f268ed
Merge remote-tracking branch 'origin/feature/516' into feature/RoiTim…
sanglevinh Feb 18, 2025
de83bea
fix roiAlpha
sanglevinh Feb 18, 2025
02546bb
Merge remote-tracking branch 'origin/feature/516' into feature/RoiTim…
sanglevinh Feb 19, 2025
f28ee6e
Reset all roi clicked when add, edit or delete roi
sanglevinh Feb 19, 2025
f1a3d2a
Merge remote-tracking branch 'origin/feature/516' into feature/RoiTim…
sanglevinh Feb 19, 2025
a08bb62
refactoring (use constant)
Feb 19, 2025
e3a4bec
refactoring (use constant)
Feb 19, 2025
b715b94
added notebooks to this branch
milesAraya Feb 19, 2025
7f46952
Merge pull request #567 from arayabrain/feature/algo-conda-env-indicate
itutu-tienday Feb 19, 2025
c31aae5
Add link all roi
sanglevinh Feb 19, 2025
9e913c0
Merge pull request #546 from arayabrain/feature/516_data-filter_be
itutu-tienday Feb 20, 2025
4e925fc
Merge pull request #536 from arayabrain/feature/516
itutu-tienday Feb 20, 2025
fb952f6
Merge branch 'feature/516_data-filter_be' into develop-main
milesAraya Feb 20, 2025
ef850a8
Merge branch 'develop-main' into feature/params-and-caiman-python
Feb 20, 2025
4cdfa4b
clarify function names
Feb 20, 2025
4598adb
fix roiVisualSelected undefined
sanglevinh Feb 21, 2025
dc3eb8f
edit roi fix
milesAraya Feb 21, 2025
11c0f29
try to fix eta error occuring in python 3.9
milesAraya Feb 22, 2025
a71baf7
tutorial yaml updated
milesAraya Feb 25, 2025
099d5ae
behaviour -> behavior spelling change
milesAraya Feb 25, 2025
43fe89b
Add link fluorescence to cell roi visualize
sanglevinh Feb 25, 2025
234b294
Fixing Array Params
tsuchiyama-araya Feb 26, 2025
b894d3f
Adding Params Key Reverted
tsuchiyama-araya Feb 26, 2025
8a7431a
Merge pull request #619 from arayabrain/feature/eta-bug-fix
milesAraya Feb 26, 2025
d735113
Merge pull request #610 from arayabrain/feature/update-readme-paper-link
milesAraya Feb 26, 2025
bd5fe29
Merge pull request #607 from arayabrain/feature/no-roi-fix
milesAraya Feb 26, 2025
b45ed78
minor fix) fix setup_conda workflow name
Feb 26, 2025
5ad165b
fix linter
Feb 26, 2025
d4fa66c
frontend build
Feb 26, 2025
ba1a8d9
update python version info (3.8->3.9)
Feb 27, 2025
acfac69
update docs (fix link)
Feb 27, 2025
d6f55dc
Merge pull request #622 from arayabrain/feature/build-frontend
itutu-tienday Feb 27, 2025
6ed336f
Merge branch 'develop-main' into feature/params-and-caiman-python
Feb 27, 2025
053eda1
fix variable name error
Feb 27, 2025
b1ad815
fix variable name error
Feb 27, 2025
b978783
minor change of pytest code (for SmkInternalUtils)
Feb 27, 2025
fbf76ae
Refresh NodeをWorkflow中に無効
tsuchiyama-araya Feb 27, 2025
06e6fba
Merge pull request #611 from arayabrain/feature/params-and-caiman-python
itutu-tienday Feb 27, 2025
bb98832
Merge pull request #628 from arayabrain/feature/625-updating-algo-lis…
tsuchiyama-araya Feb 27, 2025
fb92b12
Merge remote-tracking branch 'origin/develop-main' into feature/RoiTi…
sanglevinh Mar 3, 2025
36987b2
Fix drag select roi
sanglevinh Mar 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
- run: python -m pip install flake8
- uses: liskin/gh-problem-matcher-wrap@a89a18291dcde8d4e6158adf736b5432987bbf95
with:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
- run: python -m pip install isort
- uses: liskin/gh-problem-matcher-wrap@a89a18291dcde8d4e6158adf736b5432987bbf95
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.8
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down
55 changes: 33 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# optinist <img src="docs/_static/optinist.png" width="250" title="optinist" alt="optinist" align="right" vspace = "50">
# OptiNiSt <img src="docs/_static/optinist.png" width="250" title="optinist" alt="optinist" align="right" vspace = "50">

<p align="center">
<a>
Expand Down Expand Up @@ -33,23 +33,20 @@ OptiNiSt helps researchers try multiple data analysis methods, visualize the res

OptiNiSt also supports reproducibility of scientific research, standardization of analysis protocols, and developments of novel analysis tools as plug-in.

## Support library

### ROI detection
### Support Library

#### ROI detection
- [x] [Suite2p](https://github.com/MouseLand/suite2p)
- [x] [CaImAn](https://github.com/flatironinstitute/CaImAn)
- [x] [LCCD](https://github.com/magnetizedCell/lccd-python)

### Postprocessing

- [x] Basic Neural Analysis(Event Trigger Average...)
- [x] Dimension Reduction(PCA...)
- [x] Neural Decoding(LDA...)
- [x] Neural Population Analysis(Correlation...)

### Saving Format
#### Postprocessing
- [x] Basic Neural Analysis (Event Trigger Average...)
- [x] Dimension Reduction (PCA...)
- [x] Neural Decoding (LDA...)
- [x] Neural Population Analysis (Correlation...)

#### Saving Format
- [x] [NWB](https://github.com/NeurodataWithoutBorders/pynwb)

## Key Features
Expand All @@ -71,7 +68,7 @@ OptiNiSt also supports reproducibility of scientific research, standardization o
Need anaconda or miniconda or miniforge environment.

```
conda create -n optinist python=3.8
conda create -n optinist python=3.9
conda activate optinist
```

Expand Down Expand Up @@ -137,15 +134,29 @@ Kenji Doya, Yukako Yamane [OIST Neural Computation Unit](https://groups.oist.jp/
[[LCCD]](https://github.com/magnetizedCell/lccd-python) Tsubasa Ito, Keisuke Ota, Kanako Ueno, Yasuhiro Oisi, Chie Matsubara, Kenta Kobayashi, Masamichi Ohkura, Junichi Nakai, Masanori Murayama, Toru Aonishi, "Low computational-cost cell detection method for calcium imaging data", 2022
[[PyNWB]](https://github.com/NeurodataWithoutBorders/pynwb) Oliver Rübel, Andrew Tritt, Ryan Ly, Benjamin K. Dichter, Satrajit Ghosh, Lawrence Niu, Ivan Soltesz, Karel Svoboda, Loren Frank, Kristofer E. Bouchard, "The Neurodata Without Borders ecosystem for neurophysiological data science", bioRxiv 2021.03.13.435173, March 15, 2021

<!-- ## Citing the Project
To cite this repository in publications:


## Citation
<table width="100%">
<tr>
<td valign="top" width="50%">
If you use this software, please cite our paper:
<a href="https://www.biorxiv.org/content/10.1101/2024.09.17.613603v1">https://www.biorxiv.org/content/10.1101/2024.09.17.613603v1</a>
</td>
<td valign="top" width="50%" align="right">
<img src="docs/_static/paper_QR.png" alt="Read our paper" width="150">
</td>
</tr>
</table>

```
@misc{OptiNiSt,
author = {name},
title = {title},
year = {2022},
publisher = {},
journal = {},
howpublished = {},
author = {Yamane, Yukako and Li, Yuzhe and Matsumoto, Keita and Kanai, Ryota and Desforges, Miles and Gutierrez, Carlos Enrique and Doya, Kenji},
title = {Optical Neuroimage Studio (OptiNiSt): intuitive, scalable, extendable framework for optical neuroimage data analysis},
elocation-id = {2024.09.17.613603},
year = {2024},
doi = {10.1101/2024.09.17.613603},
journal = {bioRxiv}
publisher = {Cold Spring Harbor Laboratory},
}
``` -->
```
Binary file added docs/_static/paper_QR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/installation/developers/native_platforms_developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Follow the steps in the `Install Tools` section for each platform below.
- Mac
- [Install Tools](../users/mac.md#install-tools)
- Windows WSL
- [Install Tools](../users/windows_native.md#install-tools)
- [Install Tools](../users/windows_wsl.md#install-tools)
- Other platforms
- Windows Native
- [Install Tools](../users/windows_native.md#install-tools)
Expand All @@ -45,7 +45,7 @@ npm install -g yarn
### Create Conda Environment

```bash
conda create -n optinist_dev python=3.8 poetry
conda create -n optinist_dev python=3.9 poetry
conda activate optinist_dev
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/users/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ conda config --set channel_priority flexible
### Create Conda Environment

```bash
conda create -n optinist python=3.8
conda create -n optinist python=3.9
conda activate optinist
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/users/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ conda config --set channel_priority flexible
### Create Conda Environment

```bash
conda create -n optinist python=3.8
conda create -n optinist python=3.9
conda activate optinist
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/users/windows_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ On the Terminal (Miniforge Prompt, etc)
On the Terminal

```bash
conda create -n optinist python=3.8
conda create -n optinist python=3.9
conda activate optinist
```

Expand Down
3 changes: 2 additions & 1 deletion docs/installation/users/windows_wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
WSL (Windows Subsystem for Linux) lets you run a Linux environment directly on Windows 10 and newer versions, without the need for a traditional virtual machine.

- To install WSL:

1. Open PowerShell or Windows Command Prompt as Administrator
2. Run: `wsl --install`
3. Open a new terminal and run: `wsl`
Expand Down Expand Up @@ -61,7 +62,7 @@ conda config --set channel_priority flexible
### Create Conda Environment

```bash
conda create -n optinist python=3.8
conda create -n optinist python=3.9
conda activate optinist
```

Expand Down
12 changes: 6 additions & 6 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/static/css/main.edcdbd9f.css",
"main.js": "/static/js/main.8ff79039.js",
"main.css": "/static/css/main.95e38137.css",
"main.js": "/static/js/main.24a5111e.js",
"static/js/488.8edbc83a.chunk.js": "/static/js/488.8edbc83a.chunk.js",
"static/media/logo.png": "/static/media/logo.e44efe3246aecc6d6219.png",
"static/media/index.cjs": "/static/media/index.d64cca1358b36db061fb.cjs",
"index.html": "/index.html",
"main.edcdbd9f.css.map": "/static/css/main.edcdbd9f.css.map",
"main.8ff79039.js.map": "/static/js/main.8ff79039.js.map",
"main.95e38137.css.map": "/static/css/main.95e38137.css.map",
"main.24a5111e.js.map": "/static/js/main.24a5111e.js.map",
"488.8edbc83a.chunk.js.map": "/static/js/488.8edbc83a.chunk.js.map"
},
"entrypoints": [
"static/css/main.edcdbd9f.css",
"static/js/main.8ff79039.js"
"static/css/main.95e38137.css",
"static/js/main.24a5111e.js"
]
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.8ff79039.js"></script><link href="/static/css/main.edcdbd9f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.24a5111e.js"></script><link href="/static/css/main.95e38137.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions frontend/build/static/css/main.95e38137.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/build/static/css/main.95e38137.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions frontend/build/static/css/main.edcdbd9f.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/build/static/css/main.edcdbd9f.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions frontend/build/static/js/main.24a5111e.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
Expand Down Expand Up @@ -113,26 +123,26 @@ object-assign

/**
* @license React
* use-sync-external-store-shim.production.min.js
* use-sync-external-store-shim.production.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim/with-selector.production.min.js
* use-sync-external-store-shim/with-selector.production.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.21.0
* @remix-run/router v1.21.1
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -148,7 +158,7 @@ object-assign
*/

/**
* React Router DOM v6.28.0
* React Router DOM v6.28.2
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -159,7 +169,7 @@ object-assign
*/

/**
* React Router v6.28.0
* React Router v6.28.2
*
* Copyright (c) Remix Software Inc.
*
Expand Down
1 change: 1 addition & 0 deletions frontend/build/static/js/main.24a5111e.js.map

Large diffs are not rendered by default.

221 changes: 0 additions & 221 deletions frontend/build/static/js/main.8ff79039.js

This file was deleted.

Loading
Loading