Browse Source

#295

feature/295
みてるぞ 1 week ago
parent
commit
bbee888733
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      frontend/src/pages/theatres/TheatreDetailPage.tsx

+ 6
- 0
frontend/src/pages/theatres/TheatreDetailPage.tsx View File

@@ -0,0 +1,6 @@
import type { FC } from 'react'


export default (() => {
return <></>
}) satisfies FC

Loading…
Cancel
Save