Sort imports

This commit is contained in:
Martin Pitt 2024-07-11 11:52:41 +02:00 committed by Allison Karlitskaya
parent 4821128d0f
commit 6af3331d7a
2 changed files with 7 additions and 4 deletions

View file

@ -17,12 +17,14 @@
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
*/
import "cockpit-dark-theme";
import "patternfly/patternfly-5-cockpit.scss";
import React from 'react';
import { createRoot } from 'react-dom/client';
import "cockpit-dark-theme";
import { Application } from './app.jsx';
import "patternfly/patternfly-5-cockpit.scss";
import './app.scss';
document.addEventListener("DOMContentLoaded", () => {