deleted unnecessary files
added new features
This commit is contained in:
parent
6840402b1f
commit
c17515d571
47 changed files with 1039 additions and 479 deletions
8
ui/src/features/assembles/assembles_screen.tsx
Normal file
8
ui/src/features/assembles/assembles_screen.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
import * as React from "react";
|
||||
import { MainPage } from "../../core/ui/pages/main_page";
|
||||
|
||||
export interface IAssemblesScreenProps {}
|
||||
export const AssemblesScreenPath = "/assembles";
|
||||
export function AssemblesScreen(props: IAssemblesScreenProps) {
|
||||
return <MainPage page={"Сборки"}></MainPage>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue