From c8bf864a89dbbda088838f51cc68e1b12c36ac3d Mon Sep 17 00:00:00 2001 From: Maia Teegarden Date: Tue, 23 May 2023 10:49:36 -0700 Subject: [PATCH] Use correct casing in filenames (#50223) My computer ignored the casing change when copying things over, which causes resolution errors. --- examples/with-turbopack/ui/{Boundary.tsx => boundary.tsx} | 0 examples/with-turbopack/ui/{Button.tsx => button.tsx} | 0 examples/with-turbopack/ui/{Footer.tsx => footer.tsx} | 0 examples/with-turbopack/ui/global-nav.tsx | 2 +- examples/with-turbopack/ui/{Header.tsx => header.tsx} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename examples/with-turbopack/ui/{Boundary.tsx => boundary.tsx} (100%) rename examples/with-turbopack/ui/{Button.tsx => button.tsx} (100%) rename examples/with-turbopack/ui/{Footer.tsx => footer.tsx} (100%) rename examples/with-turbopack/ui/{Header.tsx => header.tsx} (100%) diff --git a/examples/with-turbopack/ui/Boundary.tsx b/examples/with-turbopack/ui/boundary.tsx similarity index 100% rename from examples/with-turbopack/ui/Boundary.tsx rename to examples/with-turbopack/ui/boundary.tsx diff --git a/examples/with-turbopack/ui/Button.tsx b/examples/with-turbopack/ui/button.tsx similarity index 100% rename from examples/with-turbopack/ui/Button.tsx rename to examples/with-turbopack/ui/button.tsx diff --git a/examples/with-turbopack/ui/Footer.tsx b/examples/with-turbopack/ui/footer.tsx similarity index 100% rename from examples/with-turbopack/ui/Footer.tsx rename to examples/with-turbopack/ui/footer.tsx diff --git a/examples/with-turbopack/ui/global-nav.tsx b/examples/with-turbopack/ui/global-nav.tsx index 30dd87fa98b9a..8ad09e56ac159 100644 --- a/examples/with-turbopack/ui/global-nav.tsx +++ b/examples/with-turbopack/ui/global-nav.tsx @@ -53,7 +53,7 @@ export function GlobalNav() {

- App Router (Beta) + App Router

diff --git a/examples/with-turbopack/ui/Header.tsx b/examples/with-turbopack/ui/header.tsx similarity index 100% rename from examples/with-turbopack/ui/Header.tsx rename to examples/with-turbopack/ui/header.tsx