generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from chingu-voyages/refactor-and-delete-unused…
…-files refactor(app-wide): delete unused files and rename and restructure to…
- Loading branch information
Showing
52 changed files
with
53 additions
and
20,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import chickenWings from "./ChickenWings.png"; | ||
import chocoPBChips from "./ChocolateChipPB.png"; | ||
import spicyChickenPizza from "./SpicyChickenPizza.png"; | ||
|
||
export { chickenWings, chocoPBChips, spicyChickenPizza }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import BellPeppers from "./bell-peppers/BellPeppers"; | ||
import YumiWithSpatula from "./yumi-with-spatula/YumiWithSpatula"; | ||
import YumiWithSpoon from "./yumi-with-spoon/YumiWithSpoon"; | ||
|
||
export { BellPeppers, YumiWithSpatula, YumiWithSpoon }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import colorLogo from "./yumyumyes-logo-m.png"; | ||
import creamLogo from "./yumyumyes-logo-lightcream.svg"; | ||
|
||
export { colorLogo, creamLogo }; |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
import colorLogo from "./brand/yumyumyes-logo-m.png"; | ||
import creamLogo from "./brand/yumyumyes-logo-lightcream.svg"; | ||
import BellPeppers from "./brand/bell-peppers/BellPeppers"; | ||
import SpicyChickenPizza from "./HomePage/SpicyChickenPizza.png"; | ||
import ChickenWings from "./HomePage/ChickenWingsfood.png"; | ||
import ChocoPBChip from "./HomePage/ChocolateChipPB.png"; | ||
import FeatureRecipe from "./RecipePhoto.png"; | ||
import github from "./github.png"; | ||
|
||
export { | ||
github, | ||
colorLogo, | ||
creamLogo, | ||
SpicyChickenPizza, | ||
ChickenWings, | ||
ChocoPBChip, | ||
BellPeppers, | ||
FeatureRecipe, | ||
}; | ||
export { FeatureRecipe }; | ||
|
||
export * from "./brand"; | ||
export * from "./brand/food"; | ||
export * from "./brand/logo"; | ||
export * from "./icons"; |
2 changes: 1 addition & 1 deletion
2
...e/components/Hero-section/heroSection.jsx → ...e/components/hero-section/heroSection.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...mponents/Search-section/SearchSection.jsx → ...mponents/search-section/SearchSection.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from "./components/Hero-section"; | ||
export * from "./components/Search-section"; | ||
export * from "./components/Top-recipes"; | ||
export * from "../HomePage/components/Hero-section"; | ||
export * from "./components/hero-section"; | ||
export * from "./components/search-section"; | ||
export * from "./components/top-recipes"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from "./api"; | ||
export * from "./components/recipe-list"; | ||
export * from "./components/feature-of-the-day"; | ||
export * from "./components/recipe-link-card"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.