From efed99b8905f1bebc859e3ccd61584848de1236c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 18 Jul 2021 16:10:25 -0400 Subject: [PATCH] Remove unused import in example --- docs/getting-started/usage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started/usage.md b/docs/getting-started/usage.md index 0954ffdc..83af95bb 100644 --- a/docs/getting-started/usage.md +++ b/docs/getting-started/usage.md @@ -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'; // ...