Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 8b3de21

Browse files
committed
remove unnecessary code;
1 parent b59adad commit 8b3de21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hello-world/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@dynamsoft/dynamsoft-camera-enhancer": "^4.0.0-dev-20230816175711",
6+
"@dynamsoft/dynamsoft-camera-enhancer": "^4.0.0-dev-20230822154212",
77
"@testing-library/jest-dom": "^5.16.4",
88
"@testing-library/react": "^13.3.0",
99
"@testing-library/user-event": "^13.5.0",

hello-world/react/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import logo from './logo.svg';
32
import './App.css';
43
import './dce';
54
import CameraEnhancerComponent from './components/CameraEnhancerComponent/CameraEnhancerComponent';

0 commit comments

Comments
 (0)