From bc8b8022546f959bdfaf2f8f92c3ce4d4a5133fa Mon Sep 17 00:00:00 2001 From: rot1024 Date: Mon, 18 Mar 2024 18:05:22 +0900 Subject: [PATCH] fix --- server/go.mod | 2 +- web/src/App.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/go.mod b/server/go.mod index 8a01cad7d8..850e8e9236 100644 --- a/server/go.mod +++ b/server/go.mod @@ -21,6 +21,7 @@ require ( github.com/hallazzang/echo-compose v1.0.1 github.com/jarcoal/httpmock v1.3.1 github.com/joho/godotenv v1.5.1 + github.com/k0kubun/pp/v3 v3.2.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/labstack/echo/v4 v4.11.4 github.com/oapi-codegen/runtime v1.1.1 @@ -104,7 +105,6 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/jpillora/opts v1.2.3 // indirect - github.com/k0kubun/pp/v3 v3.2.0 // indirect github.com/klauspost/compress v1.17.5 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/mailru/easyjson v0.7.7 // indirect diff --git a/web/src/App.tsx b/web/src/App.tsx index 60ffcb933b..77855b64f4 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -33,8 +33,8 @@ import { Provider as I18nProvider } from "@reearth-cms/i18n"; const router = createBrowserRouter( createRoutesFromElements( <> - } /> - } /> + } /> + } /> }> } /> } />