mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
feat: context switching of hotel/airline depndent on env var via middleware
This commit is contained in:
4
web/src/app/hotel/layout.tsx
Normal file
4
web/src/app/hotel/layout.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { ReactNode } from 'react';
|
||||
export default function HotelLayout({ children }: { children: ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user