Skip to content

Commit 6b2f87c

Browse files
committed
Remove unused import statement
1 parent fad9e4e commit 6b2f87c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState , useEffect} from "react";
22
import { Box, Button, Spinner, useToast } from '@chakra-ui/react'
3-
import { listen } from "@tauri-apps/api/event";
43
import { fetchUserProfile,getUserProfileFromStorage, getAccessToken, openAuthWindow, saveAccessToken, saveAuthCode, saveUserProfile, getAccessTokenFromStorage, deleteAccessToken } from "./helpers/auth";
54
import { AccessToken, UserProfile } from "./types/googleapis";
65
import { loadContextmenu , pushNotification } from "./helpers/windowhelper";

0 commit comments

Comments
 (0)