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(
<>
- } />
- } />
+ } />
+ } />
}>
} />
} />