refactor: ♻️ Use explicit imports for OverlayScrollbars

This commit is contained in:
Jesse Wierzbinski 2024-11-05 17:09:12 +01:00
parent 0f6e87c275
commit 862839bf34
No known key found for this signature in database
5 changed files with 4 additions and 12 deletions

View file

@ -264,14 +264,6 @@ export default defineNuxtConfig({
onionApiHost: undefined,
},
},
imports: {
presets: [
{
from: "overlayscrollbars-vue",
imports: ["OverlayScrollbarsComponent"],
},
],
},
devtools: {
enabled: false,