Remove unused import in example

pull/485/head
Cory LaViska 2021-07-18 16:10:25 -04:00
rodzic 1a6c1ed1c3
commit efed99b890
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -151,7 +151,6 @@ Include the base theme and any components you want to use in your app.
import '@shoelace-style/shoelace/dist/themes/base.css';
import SlButton from '@shoelace-style/react/dist/button';
import SlSpinner from '@shoelace-style/react/dist/spinner';
// ...