2023-04-24 23:39:59 -06:00
|
|
|
import 'matrix-public-archive-shared/room-directory-vm-render-script.js';
|
2023-04-24 22:50:53 -06:00
|
|
|
|
|
|
|
// Assets
|
|
|
|
import 'hydrogen-view-sdk/assets/theme-element-light.css';
|
|
|
|
import '../css/styles.css';
|
|
|
|
import '../css/room-directory.css';
|
|
|
|
// Just need to reference the favicon in one of the entry points for it to be copied
|
|
|
|
// over for all
|
|
|
|
import '../img/favicon.ico';
|
|
|
|
import '../img/favicon.svg';
|
2023-05-09 23:50:12 -06:00
|
|
|
import '../img/matrix-public-archive-opengraph.png';
|