Skip to content

Commit

Permalink
[BUGFIX] Correct datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 8, 2020
1 parent a2d7487 commit 9b9fca4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import 'prismjs/components/prism-nginx';
import 'prismjs/components/prism-json';
import 'prismjs/components/prism-rest';

import DateTime from 'luxon';
import {DateTime} from 'luxon';

function convertDates() {
Array.from(document.querySelectorAll('[data-processor="localdate"]')).forEach(function (element) {
Expand Down

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

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"/bundles/template/app.52c38ec8.css"
],
"js": [
"/bundles/template/app.506f0f84.js"
"/bundles/template/app.cd585351.js"
]
},
"webfont": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bundles/template/0.5d481e02.js": "/bundles/template/0.5d481e02.js",
"bundles/template/app.css": "/bundles/template/app.52c38ec8.css",
"bundles/template/app.js": "/bundles/template/app.506f0f84.js",
"bundles/template/app.js": "/bundles/template/app.cd585351.js",
"bundles/template/webfont.css": "/bundles/template/webfont.adda838f.css",
"bundles/template/fonts/fa-brands-400.woff2": "/bundles/template/fonts/fa-brands-400.31015e86.woff2",
"bundles/template/fonts/fa-brands-400.ttf": "/bundles/template/fonts/fa-brands-400.5818bbd0.ttf",
Expand Down

0 comments on commit 9b9fca4

Please sign in to comment.