refactor: moved visualProgrammingUI into page folder

BREAKING: moved directory visualProgrammingUI and contents into VisProgPage

ref: N25B-114
This commit is contained in:
JGerla
2025-10-08 16:31:11 +02:00
parent 47266c4ef0
commit 5b8213d5ef
7 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { Link } from 'react-router'
import VisProgUI from "../../visualProgrammingUI/VisProgUI.tsx";
import VisProgUI from "./visualProgrammingUI/VisProgUI.tsx";
//this is your css file where you can style your buttons and such