4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
|
import { html } from "lit-html";
|
||
|
|
||
|
export default () => html`<span class="spinner fa fa-spinner centered"/>`
|