update SDK docs with new style location

This commit is contained in:
Bruno Windels 2022-04-14 13:49:54 +02:00
parent 2d6cbcfce0
commit 480c5c1584

View file

@ -47,7 +47,8 @@ const assetPaths = {
wasmBundle: olmJsPath wasmBundle: olmJsPath
} }
}; };
import "hydrogen-view-sdk/style.css"; import "hydrogen-view-sdk/theme-element-light.css";
// OR import "hydrogen-view-sdk/theme-element-dark.css";
async function main() { async function main() {
const app = document.querySelector<HTMLDivElement>('#app')! const app = document.querySelector<HTMLDivElement>('#app')!