Skip to content

Commit 64e5f9c

Browse files
committed
fix: corrected directory location
1 parent de4f8c1 commit 64e5f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This file is part of Network Pro.
1515
*/
1616

1717
import { describe, expect, it } from 'vitest';
18-
import { load } from '../../../src/routes/+layout.js';
18+
import { load } from '../../src/routes/+layout.js';
1919

2020
const routes = [
2121
{

0 commit comments

Comments
 (0)