From f8997c900f8c8a0d5aa3f7b6be64a34e58bcef11 Mon Sep 17 00:00:00 2001 From: Jeroen van den Hout Date: Sat, 16 Sep 2023 22:45:27 +0200 Subject: [PATCH] Move pages to `src/pages` --- src/{common => }/pages/cookie-policy/index.tsx | 0 src/{common => }/pages/team/config.json | 0 src/{common => }/pages/team/index.tsx | 0 src/{common => }/pages/team/member.tsx | 0 src/{common => }/pages/tutorials/index.tsx | 0 src/{common => }/pages/tutorials/styles.css | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/{common => }/pages/cookie-policy/index.tsx (100%) rename src/{common => }/pages/team/config.json (100%) rename src/{common => }/pages/team/index.tsx (100%) rename src/{common => }/pages/team/member.tsx (100%) rename src/{common => }/pages/tutorials/index.tsx (100%) rename src/{common => }/pages/tutorials/styles.css (100%) diff --git a/src/common/pages/cookie-policy/index.tsx b/src/pages/cookie-policy/index.tsx similarity index 100% rename from src/common/pages/cookie-policy/index.tsx rename to src/pages/cookie-policy/index.tsx diff --git a/src/common/pages/team/config.json b/src/pages/team/config.json similarity index 100% rename from src/common/pages/team/config.json rename to src/pages/team/config.json diff --git a/src/common/pages/team/index.tsx b/src/pages/team/index.tsx similarity index 100% rename from src/common/pages/team/index.tsx rename to src/pages/team/index.tsx diff --git a/src/common/pages/team/member.tsx b/src/pages/team/member.tsx similarity index 100% rename from src/common/pages/team/member.tsx rename to src/pages/team/member.tsx diff --git a/src/common/pages/tutorials/index.tsx b/src/pages/tutorials/index.tsx similarity index 100% rename from src/common/pages/tutorials/index.tsx rename to src/pages/tutorials/index.tsx diff --git a/src/common/pages/tutorials/styles.css b/src/pages/tutorials/styles.css similarity index 100% rename from src/common/pages/tutorials/styles.css rename to src/pages/tutorials/styles.css