Skip to content

Commit

Permalink
contact-us
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 20, 2024
1 parent d8d896a commit 19cc68d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 71 deletions.
9 changes: 9 additions & 0 deletions src/app/(home)/contact-us/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const page = () => {
return (
<div>page</div>
)
}

export default page
9 changes: 9 additions & 0 deletions src/app/(home)/our-show/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const page = () => {
return (
<div>page</div>
)
}

export default page
71 changes: 0 additions & 71 deletions src/components/ui/FFD.css

This file was deleted.

0 comments on commit 19cc68d

Please sign in to comment.