Skip to content

Commit d2968cb

Browse files
authored
feat: Update web template routes and intro animation (#5)
1 parent 6518bbb commit d2968cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/services/template_service.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class TemplateService {
106106
fileContent: allTemplateItemsContent,
107107
);
108108

109-
// Creat the template map
110109
final templateMap = Template(kTemplateMapDataStructure);
111110
final templateMapData = {
112111
'stackedTemplates': stackedTemplates.map((e) => e.toJson()).toList(),

0 commit comments

Comments
 (0)