Skip to content

Commit 43beee0

Browse files
committed
remove unused import
1 parent ce75dff commit 43beee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/AppWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect } from 'react'
1+
import { useState, useEffect } from 'react'
22
import { migrateToNewStorage } from 'src/utils/StorageMigration'
33

44
export default function AppWrapper({ children }) {

0 commit comments

Comments
 (0)