rename debug to system (#4447)

This commit is contained in:
Blake Blackshear
2022-11-20 08:56:48 -06:00
committed by GitHub
parent ebdf36e0b9
commit 82432a78b7
5 changed files with 11 additions and 11 deletions

View File

@@ -28,8 +28,8 @@ export async function getRecording(_url, _cb, _props) {
return module.default;
}
export async function getDebug(_url, _cb, _props) {
const module = await import('./Debug.jsx');
export async function getSystem(_url, _cb, _props) {
const module = await import('./System.jsx');
return module.default;
}