Create core structure for the app
This commit is contained in:
9
src/plugins/mpd.js
Normal file
9
src/plugins/mpd.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
function Mpd() {
|
||||
return <p> MPD Plugin </p>;
|
||||
}
|
||||
|
||||
Mpd.pluginName = "Music Player";
|
||||
|
||||
export default Mpd;
|
||||
Reference in New Issue
Block a user