Browse Source

More tidy up

pull/801/head
Andrew Kingston 6 years ago
parent
commit
8df7781dd4
  1. 3
      packages/builder/src/components/automation/index.js
  2. 13
      packages/builder/src/components/settings/TabTitle.svelte

3
packages/builder/src/components/automation/index.js

@ -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"

13
packages/builder/src/components/settings/TabTitle.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…
Cancel
Save