import Layout from "@/components/Layout"; import GamesGallery from "@/components/GamesGallery"; const Games = () => { return (
); }; export default Games;