Skip to content

Commit e6766c8

Browse files
Remove unused DEFAULT_PROJECTS export
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent 78966ea commit e6766c8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/utils/defaultProjects.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ export const defaultHtmlProject = {
2323
],
2424
};
2525

26-
export const DEFAULT_PROJECTS = {
27-
python: defaultPythonProject,
28-
html: defaultHtmlProject,
29-
};
30-
3126
export const createDefaultPythonProject = async (locale = i18n.language) => {
3227
try {
3328
if (locale && i18n.resolvedLanguage !== locale) {

0 commit comments

Comments
 (0)