Skip to content

Commit

Permalink
fix(remove-old): removed all old files
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsaha committed Sep 15, 2024
1 parent da7084c commit 5504900
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 69 deletions.
4 changes: 2 additions & 2 deletions src/app/(pages)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const About = () => {
Find events and connect with other tennis players!
</Heading>
<Text>
At the UBC Tennis Circle, we offer a variety of events throughout the year, from casual meetups to competitive tournaments. Whether you're looking to improve your game or just meet new people, our events provide the perfect opportunity to bond with fellow tennis enthusiasts. No matter your experience level, you'll find players who share your passion and a welcoming community to grow with.
At the UBC Tennis Circle, we offer a variety of events throughout the year, from casual meetups to competitive tournaments. Whether you&apos;re looking to improve your game or just meet new people, our events provide the perfect opportunity to bond with fellow tennis enthusiasts. No matter your experience level, you&apos;ll find players who share your passion and a welcoming community to grow with.
</Text>
</Flex>
<Image
Expand All @@ -84,7 +84,7 @@ const About = () => {
Our Mission
</Heading>
<Text>
Our mission is to create an inclusive, vibrant space where tennis lovers of all skill levels can connect, play, and grow. At UBC Tennis Circle, we’re committed to fostering a supportive community that encourages both personal improvement and teamwork, all while promoting a love for the game. Whether you're here to compete or just have fun, we aim to provide a platform where everyone feels welcome on and off the court.
Our mission is to create an inclusive, vibrant space where tennis lovers of all skill levels can connect, play, and grow. At UBC Tennis Circle, we’re committed to fostering a supportive community that encourages both personal improvement and teamwork, all while promoting a love for the game. Whether you&apos;re here to compete or just have fun, we aim to provide a platform where everyone feels welcome on and off the court.
</Text>
</Flex>
<Image
Expand Down
4 changes: 2 additions & 2 deletions src/app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Home = () => {
>
<Heading as="h1">Welcome to the UBC Tennis Circle!</Heading>
<Text maxW="lg">
Whether you're a seasoned player or just picking up a racket for the first time, our club offers a dynamic and inclusive community for tennis enthusiasts of all skill levels.
Whether you&apos;re a seasoned player or just picking up a racket for the first time, our club offers a dynamic and inclusive community for tennis enthusiasts of all skill levels.
</Text>
<Box mt="2">
<Button colorScheme="brand" rightIcon={<FiArrowRight />} as={NextLink} href="https://www.showpass.com/o/ams-tennis-circle-ubc/">
Expand Down Expand Up @@ -123,7 +123,7 @@ const Home = () => {
Find events and connect with other tennis players!
</Heading>
<Text mb="4">
Whether you’re competing in friendly matches, joining social round-robins, or participating in club tournaments, UBC Tennis Circle offers something for everyone. Our events bring players together, helping you meet new people, form teams, and grow your tennis network. No matter your skill level, you'll find a welcoming and active community ready to rally with you both on and off the court!
Whether you’re competing in friendly matches, joining social round-robins, or participating in club tournaments, UBC Tennis Circle offers something for everyone. Our events bring players together, helping you meet new people, form teams, and grow your tennis network. No matter your skill level, you&apos;ll find a welcoming and active community ready to rally with you both on and off the court!
</Text>
<Box>
<Button colorScheme="brand" rightIcon={<FiArrowRight />} as={NextLink} href="https://www.showpass.com/o/ams-tennis-circle-ubc/">
Expand Down
2 changes: 0 additions & 2 deletions src/app/api/emails/shared/EmailWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Text,
Img,
} from "@react-email/components";
import { User } from "@models";
import * as React from "react";

interface EmailWrapperProps {
Expand All @@ -23,7 +22,6 @@ interface EmailWrapperProps {
last_name: string;
[key: string]: unknown;
}
| User;
}

export const EmailWrapper = ({
Expand Down
2 changes: 0 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export * from "./winston";
export * from "./lucia";
export * from "./mongoose";
export * from "./resend";
export * from "./contentful";
export * from "./redis";
export * from "./stripe";
export * from "./mergent";
54 changes: 0 additions & 54 deletions src/lib/lucia.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/lib/stripe.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
export * from './team';
export * from './lucia';
export * from './react-select';
export * from './contentful';
export * from './event';
1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./getClientSession";
export * from "./time";

0 comments on commit 5504900

Please sign in to comment.