Sorta half ass started cleaning window object.
This commit is contained in:
@ -22,19 +22,18 @@
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import Styles from './_window95.scss';
|
||||
|
||||
import Window from './window/Window';
|
||||
|
||||
import TitleBar, { Close, Minimize } from './TitleBar';
|
||||
import MenuBar, { MenuOption } from './MenuBar';
|
||||
import ContextMenu, { ContextMenuOption } from './ContextMenu';
|
||||
import Frame from './Frame';
|
||||
import AddressBar from './AddressBar';
|
||||
|
||||
export default (props) => {
|
||||
return (
|
||||
<div className="o-window">
|
||||
{ props.children }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default Window;
|
||||
|
||||
export {
|
||||
TitleBar,
|
||||
@ -48,6 +47,7 @@ export {
|
||||
ContextMenuOption,
|
||||
|
||||
Frame,
|
||||
Window,
|
||||
|
||||
AddressBar
|
||||
}
|
||||
|
Reference in New Issue
Block a user