* [WEB-5473] fix: source map errors * [WEB-5473] chore: run codemod * fix: build errors in editor --------- Co-authored-by: sriramveeraghanta <[email protected]>
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
import React from "react";
|
|
|
|
export function AppRailRoot() {
|
|
return <></>;
|
|
}
|