Files
ohif-viewer/platform/ui-next/src/components/ThemeWrapper/ThemeWrapper.tsx
2025-03-07 13:47:44 +07:00

5 lines
148 B
TypeScript

import React from 'react';
import '../../tailwind.css';
export const ThemeWrapper = ({ children }) => <React.Fragment>{children}</React.Fragment>;