Update import statement in local-duckduckgo.ts, prompt.tsx, wxt.config.ts, webui.tsx, PlaygroundChat.tsx, other.tsx, Markdown.tsx, and useMessageOption.tsx

This commit is contained in:
n4ze3m
2024-04-11 00:08:20 +05:30
parent 291f7392c2
commit a3810cd534
14 changed files with 385 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ export default defineConfig({
srcDir: "src",
outDir: "build",
manifest: {
version: "1.1.2",
version: "1.1.3",
name: '__MSG_extName__',
description: '__MSG_extDescription__',
default_locale: 'en',
@@ -52,7 +52,8 @@ export default defineConfig({
"declarativeNetRequest",
"action",
"unlimitedStorage",
"contextMenus"
"contextMenus",
"tts"
]
}
})