Skip to content

Commit

Permalink
Remove Template components
Browse files Browse the repository at this point in the history
  • Loading branch information
s1sds28 committed Mar 25, 2024
1 parent a240932 commit c932fd6
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 377 deletions.
20 changes: 0 additions & 20 deletions apps/frontend/src/app/components/home-page/AuthLayout.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions apps/frontend/src/app/components/home-page/Button.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions apps/frontend/src/app/components/home-page/CallToAction.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions apps/frontend/src/app/components/home-page/Container.tsx

This file was deleted.

110 changes: 0 additions & 110 deletions apps/frontend/src/app/components/home-page/Faqs.tsx

This file was deleted.

54 changes: 0 additions & 54 deletions apps/frontend/src/app/components/home-page/Footer.tsx

This file was deleted.

86 changes: 0 additions & 86 deletions apps/frontend/src/app/components/home-page/Hero.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions apps/frontend/src/app/components/home-page/NavLink.tsx

This file was deleted.

Binary file removed apps/frontend/src/app/images/avatars/avatar-1.png
Binary file not shown.
Binary file removed apps/frontend/src/app/images/avatars/avatar-2.png
Binary file not shown.
Binary file removed apps/frontend/src/app/images/avatars/avatar-3.png
Binary file not shown.
Binary file removed apps/frontend/src/app/images/avatars/avatar-4.png
Binary file not shown.
Binary file removed apps/frontend/src/app/images/avatars/avatar-5.png
Binary file not shown.
Binary file removed apps/frontend/src/app/images/background-auth.jpg
Binary file not shown.
Binary file not shown.
Binary file removed apps/frontend/src/app/images/background-faqs.jpg
Binary file not shown.
6 changes: 4 additions & 2 deletions apps/frontend/src/app/views/home/home.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Hero } from '../../components/home-page/Hero'


export const Home = () => {
return (
<Hero />
<>
<p>WOL-Planner/apps/frontend/src/app/views/home/home.tsx</p>
</>
)
}

0 comments on commit c932fd6

Please sign in to comment.