Skip to content

Commit

Permalink
fix: Working version, VNCScreen example
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Apr 8, 2021
1 parent 3ea9de2 commit 6c3b2c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/noVNC
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
import { VncScreen } from './lib';

Expand Down

0 comments on commit 6c3b2c4

Please sign in to comment.