-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the default route & card view key
- Loading branch information
Keivan Vosoughi
committed
Sep 10, 2024
1 parent
fd5b0f7
commit 8075986
Showing
6 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.5311fade.css", | ||
"main.js": "/static/js/main.7781b70f.js", | ||
"main.js": "/static/js/main.d52be2b5.js", | ||
"index.html": "/index.html", | ||
"main.5311fade.css.map": "/static/css/main.5311fade.css.map", | ||
"main.7781b70f.js.map": "/static/js/main.7781b70f.js.map" | ||
"main.d52be2b5.js.map": "/static/js/main.d52be2b5.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.5311fade.css", | ||
"static/js/main.7781b70f.js" | ||
"static/js/main.d52be2b5.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="/Applied-ML-Prototypes/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="apple-touch-icon" href="/Applied-ML-Prototypes/logo192.png"/><link rel="manifest" href="/Applied-ML-Prototypes/manifest.json"/><title>Cloudera Accelerators for ML Projects | Catalog</title><script defer="defer" src="/Applied-ML-Prototypes/static/js/main.7781b70f.js"></script><link href="/Applied-ML-Prototypes/static/css/main.5311fade.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="/Applied-ML-Prototypes/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="apple-touch-icon" href="/Applied-ML-Prototypes/logo192.png"/><link rel="manifest" href="/Applied-ML-Prototypes/manifest.json"/><title>Cloudera Accelerators for ML Projects | Catalog</title><script defer="defer" src="/Applied-ML-Prototypes/static/js/main.d52be2b5.js"></script><link href="/Applied-ML-Prototypes/static/css/main.5311fade.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.