mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com> Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
module.exports = {
|
|
Trans: ({ children }: { children: React.ReactNode }) => children,
|
|
};
|