Browse Source

#295

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

+ 3
- 1
frontend/src/pages/theatres/TheatreDetailPage.tsx View File

@@ -2,5 +2,7 @@ import type { FC } from 'react'




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

Loading…
Cancel
Save