File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- import '@lit-labs/ssr/lib/install-global-dom-shim.js' ;
7
+ // import '@lit-labs/ssr/lib/install-global-dom-shim.js';
8
8
9
9
// This file imports only files that will be SSRd e.g. if you can't SSR a
10
10
// component, don't import it here.
11
- import './components/catalog-component-header.js' ;
12
- import './components/catalog-component-header-title.js' ;
11
+ // import './components/catalog-component-header.js';
12
+ // import './components/catalog-component-header-title.js';
13
13
// import './components/top-app-bar.js';
14
- import './components/nav-drawer.js' ;
14
+ // import './components/nav-drawer.js';
15
15
// import './components/theme-changer.js';
16
16
// import '@material/web/all.js';
17
- import './components/drag-playground.js' ;
17
+ // import './components/drag-playground.js';
18
18
// 🤫
19
- import '@material/web/labs/item/item.js' ;
19
+ // import '@material/web/labs/item/item.js';
You can’t perform that action at this time.
0 commit comments