forked from mystiq/hydrogen-web
update SDK docs with new style location
This commit is contained in:
parent
2d6cbcfce0
commit
480c5c1584
1 changed files with 2 additions and 1 deletions
|
@ -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')!
|
||||
|
|
Loading…
Reference in a new issue