We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfce66 commit 7a89eecCopy full SHA for 7a89eec
2 files changed
docs/.vitepress/theme/components/BrandLogo.vue
docs/.vitepress/theme/index.ts
@@ -5,7 +5,6 @@ import HeroStats from './components/HeroStats.vue'
5
import CompatibilityLogos from './components/CompatibilityLogos.vue'
6
import ToolsShowcase from './components/ToolsShowcase.vue'
7
import CapabilityScenarios from './components/CapabilityScenarios.vue'
8
-import BrandLogo from './components/BrandLogo.vue'
9
import LlmToggle from './components/LlmToggle.vue'
10
import './style.css'
11
@@ -18,7 +17,6 @@ export default {
18
17
app.component('CompatibilityLogos', CompatibilityLogos)
19
app.component('ToolsShowcase', ToolsShowcase)
20
app.component('CapabilityScenarios', CapabilityScenarios)
21
- app.component('BrandLogo', BrandLogo)
22
app.component('LlmToggle', LlmToggle)
23
},
24
}
0 commit comments