Skip to content

Commit 6da35ee

Browse files
committed
fix: fixed tests
1 parent 0e83523 commit 6da35ee

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-schematics/src/add-view

1 file changed

+1
-1
lines changed

packages/devextreme-schematics/src/add-view/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function getComponentFileNames(name: string) {
147147
path,
148148
ts: `${path}/${baseName}.component.ts` as Path,
149149
html: `${path}/${baseName}.component.html` as Path,
150-
style: `${path}/${baseName}.component.scss` as Path
150+
style: `${path}/${baseName}.component.css` as Path
151151
};
152152
}
153153

0 commit comments

Comments
 (0)