Skip to content

Commit 7569c6e

Browse files
committed
updated path back to ~
1 parent 625c6e4 commit 7569c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
//1. ~/lib
7979
import {posixTests, win32Tests} from "~/lib/nodePathTestExamples.mjs";
8080
/* from src - dont use until fixed... arg*/
81-
// import {pathPosixToWin32, pathWin32ToPosix,win32ToWin32JS,win32ToWin32Slash,win32ToWin32WSL2,win32ToCygwin} from "~/src/index.mjs";
81+
import {pathPosixToWin32, pathWin32ToPosix,win32ToWin32JS,win32ToWin32Slash,win32ToWin32WSL2,win32ToCygwin} from "~/src/index.mjs";
8282
/* 2.2 from dist... */
83-
import {pathPosixToWin32, pathWin32ToPosix,win32ToWin32JS,win32ToWin32Slash,win32ToWin32WSL2} from "~/lib/dist/index.mjs";
83+
// import {pathPosixToWin32, pathWin32ToPosix,win32ToWin32JS,win32ToWin32Slash,win32ToWin32WSL2} from "~/lib/dist/index.mjs";
8484
8585
8686
//## not working for some reason

0 commit comments

Comments
 (0)