Skip to content

Commit 1651999

Browse files
committed
fix: invalid source
1 parent 020749d commit 1651999

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/files.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import importMap from './templates/import-map.json?raw';
33
import AppCss from './templates/App.css?raw';
44
import App from './templates/App.tsx?raw';
55
import main from './templates/main.tsx?raw';
6-
import reactLogo from './templates/react.svg?raw';
76
import { fileName2Language } from './util';
87

98
// app 文件名
@@ -29,11 +28,6 @@ export const defaultFiles: MultipleFiles = {
2928
language: 'css',
3029
value: AppCss,
3130
},
32-
'react.svg': {
33-
name: 'react.svg',
34-
language: 'svg',
35-
value: reactLogo,
36-
},
3731
[IMPORT_MAP_FILE_NAME]: {
3832
name: IMPORT_MAP_FILE_NAME,
3933
language: fileName2Language(IMPORT_MAP_FILE_NAME),

0 commit comments

Comments
 (0)