Remove unused import in example

This commit is contained in:
Cory LaViska
2021-07-18 16:10:25 -04:00
parent 1a6c1ed1c3
commit efed99b890

View File

@@ -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';
// ...