From 82eac462a8063b8eddc9301ee91b8d4136bc0715 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 27 Aug 2025 18:30:14 +0800 Subject: [PATCH] Changed core to templates --- src/{core => templates}/Background/Background.sass | 0 src/{core => templates}/Background/Background.tsx | 0 src/{core => templates}/Button/Button.sass | 0 src/{core => templates}/Button/Button.tsx | 0 src/{core => templates}/Image/Image.tsx | 0 src/{core => templates}/Link/Link.tsx | 0 src/{core => templates}/Page/Page.sass | 0 src/{core => templates}/Page/Page.tsx | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/{core => templates}/Background/Background.sass (100%) rename src/{core => templates}/Background/Background.tsx (100%) rename src/{core => templates}/Button/Button.sass (100%) rename src/{core => templates}/Button/Button.tsx (100%) rename src/{core => templates}/Image/Image.tsx (100%) rename src/{core => templates}/Link/Link.tsx (100%) rename src/{core => templates}/Page/Page.sass (100%) rename src/{core => templates}/Page/Page.tsx (100%) diff --git a/src/core/Background/Background.sass b/src/templates/Background/Background.sass similarity index 100% rename from src/core/Background/Background.sass rename to src/templates/Background/Background.sass diff --git a/src/core/Background/Background.tsx b/src/templates/Background/Background.tsx similarity index 100% rename from src/core/Background/Background.tsx rename to src/templates/Background/Background.tsx diff --git a/src/core/Button/Button.sass b/src/templates/Button/Button.sass similarity index 100% rename from src/core/Button/Button.sass rename to src/templates/Button/Button.sass diff --git a/src/core/Button/Button.tsx b/src/templates/Button/Button.tsx similarity index 100% rename from src/core/Button/Button.tsx rename to src/templates/Button/Button.tsx diff --git a/src/core/Image/Image.tsx b/src/templates/Image/Image.tsx similarity index 100% rename from src/core/Image/Image.tsx rename to src/templates/Image/Image.tsx diff --git a/src/core/Link/Link.tsx b/src/templates/Link/Link.tsx similarity index 100% rename from src/core/Link/Link.tsx rename to src/templates/Link/Link.tsx diff --git a/src/core/Page/Page.sass b/src/templates/Page/Page.sass similarity index 100% rename from src/core/Page/Page.sass rename to src/templates/Page/Page.sass diff --git a/src/core/Page/Page.tsx b/src/templates/Page/Page.tsx similarity index 100% rename from src/core/Page/Page.tsx rename to src/templates/Page/Page.tsx