Skip to content

Commit 5c7473a

Browse files
committed
fix: resolve React lint error and Tauri bundle identifier
1 parent 1db3d1e commit 5c7473a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "JunkCleaner",
44
"version": "0.0.1",
5-
"identifier": "com.junkcleaner.app",
5+
"identifier": "com.junkcleaner.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:1420",

src/components/SystemReportModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import { X, Activity } from 'lucide-react';
32
import ReactMarkdown from 'react-markdown';
43

0 commit comments

Comments
 (0)