deleted: AddObjectForm.svelte

deleted:    App.svelte
	deleted:    CustomGlobalConnectRules.ts
	deleted:    CustomGlobalConnectRulesModule.ts
	deleted:    CustomOutlineModule.ts
	deleted:    CustomPaletteModule.ts
	deleted:    CustomShapeRendererModule.ts
	deleted:    Diagram.svelte
	deleted:    ManhattanConnectionModule.ts
	deleted:    StyleModule.ts
	deleted:    editor.ts
	deleted:    index.html
	deleted:    main.ts
	deleted:    package-lock.json
	deleted:    package.json
	modified:   src/AddObjectForm.svelte
	modified:   src/CustomOutlineModule.ts
	modified:   src/CustomShapeRendererModule.ts
	deleted:    style.css
deleted:    tsconfig.json
	deleted:    vite-env.d.ts
deleted:    vite.config.ts
This commit is contained in:
Gregory Bednov 2025-01-17 21:02:56 +03:00
commit aa6b5e4575
24 changed files with 43 additions and 2500 deletions

View file

@ -1,14 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="./src/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FSA Editor</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>