Skip to content

Commit cb8a9a7

Browse files
committed
Fix imports
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent d317de4 commit cb8a9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assetbundles/transcoder/src/js/Transcoder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Import our CSS
2-
import '@css/app.pcss';
3-
import '@img/Transcoder-icon.svg';
2+
import '@/css/app.pcss';
3+
import '@/img/Transcoder-icon.svg';
44

55
const main = async () => {
66
};

0 commit comments

Comments
 (0)