From 6da973dd0c599a7b042d62eceaf2147629559ff2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 26 Dec 2025 19:16:34 +0200 Subject: [PATCH] Clean --- web/pages/_app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index a0f48ef3..8ff2e341 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -1,4 +1,4 @@ -import type {AppContext, AppProps} from 'next/app' +import type {AppProps} from 'next/app' import Head from 'next/head' import {useEffect, useState} from 'react' import {Router} from 'next/router' @@ -194,7 +194,7 @@ function MyApp(props: AppProps) { - +