Skip to content

Commit

Permalink
format!!
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Sep 2, 2024
1 parent 57b5349 commit 6362e26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
7 changes: 1 addition & 6 deletions src/components/vpncard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import {
html,
css,
LitElement,
classMap,
} from "../vendor/lit-all.min.js";
import { html, css, LitElement, classMap } from "../vendor/lit-all.min.js";
import { tr } from "../shared/i18n.js";
import { resetSizing } from "./styles.js";

Expand Down
30 changes: 12 additions & 18 deletions vendor/lit-all.min.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */


/**
* This file bundles all lit related dependencies into one shared esm
*
*/
export {
LitElement,
html,
css,
render,
} from "lit";
export {classMap} from 'lit/directives/class-map.js';
export {styleMap} from 'lit/directives/style-map.js';
export {ref, createRef} from 'lit/directives/ref.js';
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/**
* This file bundles all lit related dependencies into one shared esm
*
*/
export { LitElement, html, css, render } from "lit";
export { classMap } from "lit/directives/class-map.js";
export { styleMap } from "lit/directives/style-map.js";
export { ref, createRef } from "lit/directives/ref.js";

0 comments on commit 6362e26

Please sign in to comment.