Skip to content

Commit 5b21fa3

Browse files
Remove unused defaultHtmlProject export
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent 49a83b8 commit 5b21fa3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/utils/defaultProjects.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ export const defaultPythonProject = {
1010
image_list: [],
1111
};
1212

13-
export const defaultHtmlProject = {
14-
project_type: "html",
15-
name: UNTITLED_PROJECT_NAME,
16-
components: [
17-
{
18-
extension: "html",
19-
name: "index",
20-
content: "",
21-
},
22-
{ extension: "css", name: "style", content: "" },
23-
],
24-
};
25-
2613
export const createDefaultPythonProject = async (locale = i18n.language) => {
2714
try {
2815
if (locale && i18n.resolvedLanguage !== locale) {

0 commit comments

Comments
 (0)