Skip to content

Commit 9ccb6fc

Browse files
committed
✏️ Fix typo in typescript templates file name
1 parent 258826f commit 9ccb6fc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as fs from "fs";
33
import * as shell from "shelljs";
44

55
import * as templatesJavascript from "./template/component";
6-
import * as templatesTypescript from "./template/componentsTypescrip";
6+
import * as templatesTypescript from "./template/componentsTypescript";
77
import config from "./config";
88

99
export default class Model {

0 commit comments

Comments
 (0)