Remove useless code in main.tsx
This commit is contained in:
parent
d368641200
commit
8962132a4d
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ function RenderRoot(root: Element | Document): void {
|
|||
namespace SVGLayoutDesigner {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
export const Render = RenderRoot;
|
||||
export const API_FETCH_URL = 'http://localhost:5000';
|
||||
export const API_SET_CONTAINER_LIST_URL = 'http://localhost:5000/SetContainerList';
|
||||
export const API_GET_FEEDBACK_URL = 'http://localhost:5000/GetFeedback';
|
||||
}
|
||||
|
||||
(window as any).SVGLayoutDesigner = SVGLayoutDesigner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue