Skip to content

Commit 5c478a6

Browse files
committed
get window from index
1 parent 2558c76 commit 5c478a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/demo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Renderer, View, Text, Button } from "./index";
1+
import { Renderer, View, Text, Button, Window } from "./index";
22
import React, { useReducer, Reducer } from "react";
33
import {
44
QPushButtonEvents,
@@ -7,7 +7,6 @@ import {
77
QKeyEvent,
88
NativeEvent
99
} from "@nodegui/nodegui";
10-
import { Window } from "./components/Window";
1110

1211
interface state {
1312
display: string;

0 commit comments

Comments
 (0)