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
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ const assetPaths = {
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() {
const app = document.querySelector<HTMLDivElement>('#app')!