mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:22:54 +00:00 
			
		
		
		
	Move SourceCode class next to its sole client
This commit is contained in:
		@@ -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!' );`;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user