Rename files part 1

This commit is contained in:
Misode
2020-11-23 14:37:18 +01:00
parent 982b4728e7
commit 3172557e3a
16 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ import { Tracker } from '../../Tracker';
import { transformOutput } from '../../hooks/transformOutput';
import { View } from '../../views/View';
import { Octicon } from '../Octicon';
import { App } from '../../App';
import { App } from '../../app_';
export const SourcePanel = (view: View, model: DataModel) => {
const updateContent = (el: HTMLTextAreaElement) => {