mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
const LocaleWrapper: React.FC = ({ children }) => {
|
|
return <>{children}</>;
|
|
};
|
|
|
|
export default LocaleWrapper;
|