diff --git a/src/App.jsx b/src/App.jsx index ee9903e99c..beba024dfa 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -172,3 +172,4 @@ function App() { } export default App + diff --git a/src/index.js b/src/index.js index 4e40ea783f..ec69f92939 100644 --- a/src/index.js +++ b/src/index.js @@ -43,7 +43,6 @@ const queryClient = new QueryClient({ }, }, }) - const domNode = document.getElementById('root') const root = createRoot(domNode) diff --git a/src/services/bundleAnalysis/useBundleAssets.tsx b/src/services/bundleAnalysis/useBundleAssets.tsx index d9af22d102..1adf403f90 100644 --- a/src/services/bundleAnalysis/useBundleAssets.tsx +++ b/src/services/bundleAnalysis/useBundleAssets.tsx @@ -28,7 +28,6 @@ const BundleAssetSchema = z.object({ extension: z.string(), bundleData: BundleDataSchema, }) - type BundleAsset = z.infer const BundleAnalysisReportSchema = z.object({ diff --git a/src/shared/GlobalTopBanners/GlobalTopBanners.tsx b/src/shared/GlobalTopBanners/GlobalTopBanners.tsx index 2a35116f66..ebb6f92f0e 100644 --- a/src/shared/GlobalTopBanners/GlobalTopBanners.tsx +++ b/src/shared/GlobalTopBanners/GlobalTopBanners.tsx @@ -15,5 +15,4 @@ const GlobalTopBanners: React.FC = () => { ) } - export default GlobalTopBanners diff --git a/src/ui/A/A.jsx b/src/ui/A/A.jsx index defd030133..2a0a729517 100644 --- a/src/ui/A/A.jsx +++ b/src/ui/A/A.jsx @@ -56,7 +56,6 @@ function A({ to, hook, variant = 'default', children, isExternal, ...props }) { variantClasses[variant], 'inline-flex items-center gap-1' ) - const completeProps = { ...props, className,