Mercurial > code > home > repos > video
diff src/main.ts @ 24:1a9a8af1aa19
breadcrumbs and tree view UI
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:35:18 -0700 |
parents | 78c1a2983010 |
children | 0aea9e55899b |
line wrap: on
line diff
--- a/src/main.ts Mon Apr 17 13:33:59 2023 -0700 +++ b/src/main.ts Mon Apr 17 13:35:18 2023 -0700 @@ -1,1 +1,5 @@ export { VideoPage } from "./VideoPage"; + +import { setBasePath } from "@shoelace-style/shoelace"; +import '@shoelace-style/shoelace/dist/themes/dark.css'; +setBasePath("@fs/opt/node_modules/@shoelace-style/shoelace/dist"); \ No newline at end of file