Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimgierko committed Jan 7, 2024
1 parent ad19594 commit ecbd26b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 24 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/markdown-text-editor/static/css/main.02dd5f20.css",
"main.js": "/markdown-text-editor/static/js/main.1328958d.js",
"main.css": "/markdown-text-editor/static/css/main.8e3c996c.css",
"main.js": "/markdown-text-editor/static/js/main.7c187488.js",
"index.html": "/markdown-text-editor/index.html",
"main.02dd5f20.css.map": "/markdown-text-editor/static/css/main.02dd5f20.css.map",
"main.1328958d.js.map": "/markdown-text-editor/static/js/main.1328958d.js.map"
"main.8e3c996c.css.map": "/markdown-text-editor/static/css/main.8e3c996c.css.map",
"main.7c187488.js.map": "/markdown-text-editor/static/js/main.7c187488.js.map"
},
"entrypoints": [
"static/css/main.02dd5f20.css",
"static/js/main.1328958d.js"
"static/css/main.8e3c996c.css",
"static/js/main.7c187488.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Live Markdown Text Editor created using create-react-app & React Markdown"/><title>Live Markdown Text Editor</title><script defer="defer" src="/markdown-text-editor/static/js/main.1328958d.js"></script><link href="/markdown-text-editor/static/css/main.02dd5f20.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Live Markdown Text Editor created using create-react-app & React Markdown"/><title>Live Markdown Text Editor</title><script defer="defer" src="/markdown-text-editor/static/js/main.7c187488.js"></script><link href="/markdown-text-editor/static/css/main.8e3c996c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion static/css/main.02dd5f20.css.map

This file was deleted.

14 changes: 2 additions & 12 deletions static/css/main.02dd5f20.css → static/css/main.8e3c996c.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.8e3c996c.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.1328958d.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.1328958d.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.7c187488.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @license MIT
*/

/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */

/**
* @license React
* react-dom.production.min.js
Expand Down
1 change: 1 addition & 0 deletions static/js/main.7c187488.js.map

Large diffs are not rendered by default.

0 comments on commit ecbd26b

Please sign in to comment.