PR-753737: Se agrega soporte para typescript.

This commit is contained in:
2022-04-22 15:00:14 +00:00
parent d6f2d2d5dd
commit df79637288
18 changed files with 714 additions and 122 deletions

View File

@ -3,7 +3,7 @@ import InitialComponent from '../frontend/components/InitialComponent';
import OtherComponent from '../frontend/components/OtherComponent';
const OTHER_COMPONENT = {
path: 'other-component',
path: '/other-component',
element: <OtherComponent />
};