mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:51:57 +00:00
Move SourceCode class next to its sole client
This commit is contained in:
parent
858f372ca8
commit
c4be3466f2
@ -3,7 +3,7 @@ import { Component, OnInit } from '@angular/core';
|
||||
import 'brace/mode/python';
|
||||
import 'brace/mode/javascript';
|
||||
import 'brace/theme/monokai';
|
||||
import { SourceCode } from '../../source-code';
|
||||
import { SourceCode } from './source-code';
|
||||
import { WebSocketService } from '../websocket.service';
|
||||
|
||||
const defaultSourceCode = `alert( 'Hello, world!' );`;
|
||||
|
Loading…
Reference in New Issue
Block a user