diff --git a/src/components/CAD.svelte b/src/components/CAD.svelte new file mode 100644 index 00000000..66cd29e4 --- /dev/null +++ b/src/components/CAD.svelte @@ -0,0 +1,145 @@ + + +
+ +
+ +
+ Captured Lines: + +
+ + + diff --git a/src/layouts/layoutCAD.astro b/src/layouts/layoutCAD.astro deleted file mode 100644 index 152a79e0..00000000 --- a/src/layouts/layoutCAD.astro +++ /dev/null @@ -1,59 +0,0 @@ ---- -import "../style/global.css"; -import "../../svelte-dialogs.config" -import Header from "#header/Header.astro"; -import Footer from "#footer/Footer.astro"; -import SidebarLeft from "#sidebarLeft/SidebarLeft.astro"; -import SidebarRight from "#sidebarRight/SidebarRight.astro"; -import { NotificationWrapper } from "@ibcornelsen/ui"; - -export interface Props { - title: string; -} - -const { title } = Astro.props; - ---- - - - - - - - - - {title || "Simple CAD Program - Connected Lines"} - - - - - - -
- -
- - - -
- -
- - - -
- -