fixing the konva path

This commit is contained in:
Jidong Xiao
2025-03-09 21:35:45 -04:00
committed by JamesFlare1212
parent 4a88689106
commit 23ac44932a

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Valid Parentheses</title> <title>Valid Parentheses</title>
<script src="../../konva.js"></script> <script src="../konva.js"></script>
</head> </head>
<body> <body>