From 16027c8971d4726b3be6a587c4e1a2b8afecc11d Mon Sep 17 00:00:00 2001 From: Alexey Karetnikov Date: Tue, 9 Sep 2025 16:02:40 +0300 Subject: [PATCH] chore(templates): Fix typo vite -> wxt (#1885) --- templates/vanilla/entrypoints/popup/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vanilla/entrypoints/popup/main.ts b/templates/vanilla/entrypoints/popup/main.ts index 5a2cc1a1..6266bf3d 100644 --- a/templates/vanilla/entrypoints/popup/main.ts +++ b/templates/vanilla/entrypoints/popup/main.ts @@ -1,12 +1,12 @@ import './style.css'; import typescriptLogo from '@/assets/typescript.svg'; -import viteLogo from '/wxt.svg'; +import wxtLogo from '/wxt.svg'; import { setupCounter } from '@/components/counter'; document.querySelector('#app')!.innerHTML = `
- +