source: src/app/[locale]/layout.tsx@ 50f2fb4

Last change on this file since 50f2fb4 was 50f2fb4, checked in by Stefan-Saveski <stefansaveski19@…>, 8 months ago

Added dual language feature.

  • Property mode set to 100644
File size: 139 bytes
Line 
1import React from 'react';
2
3export default function LocaleLayout({ children }: { children: React.ReactNode }) {
4 return <>{children}</>;
5}
Note: See TracBrowser for help on using the repository browser.