@beeblock/svelar 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/bin.js +0 -2
- package/package.json +1 -1
package/dist/cli/bin.js
CHANGED
|
@@ -6603,7 +6603,6 @@ export default class QueueHealthCheck extends ScheduledTask {
|
|
|
6603
6603
|
}
|
|
6604
6604
|
`}static rootLayoutSvelte(e){return`<script lang="ts">
|
|
6605
6605
|
import '../app.css';
|
|
6606
|
-
import { ModeWatcher } from 'mode-watcher';
|
|
6607
6606
|
import { Button, Toaster, toast, Seo } from '@beeblock/svelar/ui';
|
|
6608
6607
|
import { registerToast } from '@beeblock/svelar/http';
|
|
6609
6608
|
|
|
@@ -6672,7 +6671,6 @@ export default class QueueHealthCheck extends ScheduledTask {
|
|
|
6672
6671
|
</footer>
|
|
6673
6672
|
</div>
|
|
6674
6673
|
|
|
6675
|
-
<ModeWatcher defaultMode="light" />
|
|
6676
6674
|
<Toaster position="bottom-right" />
|
|
6677
6675
|
|
|
6678
6676
|
<style>
|