More tidy up
This commit is contained in:
parent
fae4037a65
commit
3ed1f00e38
|
@ -1,3 +0,0 @@
|
||||||
export { default as AutomationBuilder } from "./AutomationBuilder/AutomationBuilder.svelte"
|
|
||||||
export { default as SetupPanel } from "./SetupPanel/SetupPanel.svelte"
|
|
||||||
export { default as AutomationPanel } from "./AutomationPanel/AutomationPanel.svelte"
|
|
|
@ -1,13 +0,0 @@
|
||||||
<h3>
|
|
||||||
<slot />
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
h3 {
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: var(--ink);
|
|
||||||
margin-top: 40px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue