naim-firebase-auth-wrapper
Version:
React components and hooks for Firebase Authentication and Firestore with Mantine UI
9 lines • 352 B
JavaScript
'use client';
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
// Import styles directly
import '@mantine/core/styles.css';
// This component will inject Mantine styles when mounted
export const StylesProvider = ({ children }) => {
return _jsx(_Fragment, { children: children });
};
//# sourceMappingURL=StylesProvider.js.map