Mercurial > code > home > repos > video
view src/main.ts @ 47:c2c51aae3e31
pull styles into main.css
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 09:27:10 -0800 |
parents | 0aea9e55899b |
children |
line wrap: on
line source
export { VideoPage } from "./VideoPage"; import { setBasePath } from "@shoelace-style/shoelace"; import '@shoelace-style/shoelace/dist/themes/dark.css'; setBasePath("/video/@fs/opt/node_modules/@shoelace-style/shoelace/dist");