mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Move css files closer to their js
This commit is contained in:
parent
09f70d5e2a
commit
6b79eb54dc
3 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import React from 'react';
|
||||
import Marquee from './Marquee.jsx';
|
||||
|
||||
import '../css/main-window.css';
|
||||
|
||||
module.exports = {
|
||||
init: function(winamp) {
|
||||
this.winamp = winamp;
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ import Winamp from './winamp';
|
|||
import ContextMenu from './ContextMenu.jsx';
|
||||
import Hotkeys from './hotkeys';
|
||||
|
||||
import '../css/winamp.css';
|
||||
import '../css/main-window.css';
|
||||
|
||||
if (new Browser(window).isCompatible) {
|
||||
var mainWindowElement = document.createElement('div');
|
||||
mainWindowElement.appendChild(mainWindowDom);
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ import Skin from './skin';
|
|||
import Media from './media';
|
||||
import MyFile from './my-file';
|
||||
|
||||
import '../css/winamp.css';
|
||||
|
||||
module.exports = {
|
||||
init: function(options) {
|
||||
this.fileInput = document.createElement('input');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue