Skip to content

Commit 8b10137

Browse files
committed
chore: remove unused code
1 parent 1d7651c commit 8b10137

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

assets/src/widget/App.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
2-
import { useState, useEffect } from '@wordpress/element';
3-
41
import MetricBoxes from './components/MetricBoxes';
5-
import WidgetFooter from './components/WidgetFooter';
62
import Usage from './components/Usage';
3+
import WidgetFooter from './components/WidgetFooter';
74

85

96
export default function App() {
10-
11-
const [ isLoading, setIsLoading ] = useState( true );
12-
137
return (
148
<div className="antialiased">
159
<div className="p-4 flex flex-col gap-4">

0 commit comments

Comments
 (0)