Skip to content

Commit e1fd437

Browse files
committed
refactor: add code-editor module
1 parent 04f5afd commit e1fd437

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { NgModule } from '@angular/core';
2+
import { CodeEditor } from './code-editor';
3+
4+
@NgModule({
5+
imports: [CodeEditor],
6+
exports: [CodeEditor],
7+
})
8+
export class CodeEditorModule {}

0 commit comments

Comments
 (0)