purge logs

This commit is contained in:
ManishMadan2882
2024-03-14 04:01:35 +05:30
parent adfc79bf92
commit 52ecbab859
3 changed files with 12 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import About from './About';
import PageNotFound from './PageNotFound';
import { inject } from '@vercel/analytics';
import { useMediaQuery } from './hooks';
import { useState,useEffect } from 'react';
import { useState} from 'react';
import Setting from './Setting';
inject();
@@ -32,4 +32,4 @@ export default function App() {
</div>
</div>
);
}
}