Skip to content

Commit 5d5f3d1

Browse files
committed
Update style path
1 parent e671d8e commit 5d5f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/sketch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import P5Lib from 'p5';
1919

20-
import '../assets/style/sketch.css';
20+
import '../../assets/style/sketch.css';
2121

2222
function sketch(p5: P5Lib): void {
2323
p5.setup = (): void => {

0 commit comments

Comments
 (0)