Skip to content

Commit

Permalink
fixed wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
brysah committed Oct 31, 2023
1 parent be8663a commit b5304e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/song.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Api from './api.js';
import config from './js/config.js';
import config from './config.js';
export default function Song({
options,
lyrics
Expand Down

0 comments on commit b5304e7

Please sign in to comment.