update component stylesheet paths

This commit is contained in:
dragonwocky 2021-11-30 18:13:39 +11:00
parent b6b997ca23
commit 8afc70da95
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
import { web } from '../../index.mjs';
web.loadStylesheet('api/components/corner-action.css');
web.loadStylesheet('api/client/components/corner-action.css');
const $cornerButtonsContainer = web.html`<div id="enhancer--corner-actions"></div>`;

View File

@ -14,7 +14,7 @@
import { fmt, web, components, registry } from '../../index.mjs';
web.loadStylesheet('api/components/panel.css');
web.loadStylesheet('api/client/components/panel.css');
const _views = [],
svgExpand = web.raw`<svg viewBox="-1 -1 9 11">

View File

@ -14,7 +14,7 @@
import { fmt, web } from '../../index.mjs';
const _$tooltip = web.html`<div id="enhancer--tooltip"></div>`;
web.loadStylesheet('api/components/tooltip.css');
web.loadStylesheet('api/client/components/tooltip.css');
/**
* add a tooltip to show extra information on hover