mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Add missing import
This commit is contained in:
parent
5b78705cdd
commit
c1f02c9a2f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import React, { useEffect, useReducer } from "react";
|
||||
import "./App.css";
|
||||
import * as Utils from "./utils";
|
||||
import * as Actions from "./Actions";
|
||||
import * as Selectors from "./Selectors";
|
||||
// import simpleSkin from "../skins/simple.wal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue