diff --git a/lit/index.html b/lit/index.html deleted file mode 100644 index 9ba58ee682..0000000000 --- a/lit/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - carbon-web-components example - - - - -

Hello World! 👋

-
- - Option 1 - Option 2 - Option 3 - Option 4 - Option 5 - -
- - - diff --git a/lit/js/app.js b/lit/js/app.js deleted file mode 100644 index 55777f32a1..0000000000 --- a/lit/js/app.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * @license - * - * Copyright IBM Corp. 2020 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ - -import 'carbon-web-components/es/components/dropdown/dropdown.js'; -import 'carbon-web-components/es/components/dropdown/dropdown-item.js';