mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
feat: forced file naming format (#2270)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const config: SWRConfiguration = {
|
||||
fetcher,
|
||||
};
|
||||
|
||||
export const AffineSWRConfigProvider = memo<React.PropsWithChildren>(
|
||||
export const AffineSwrConfigProvider = memo<React.PropsWithChildren>(
|
||||
function AffineSWRConfigProvider({ children }) {
|
||||
return <SWRConfig value={config}>{children}</SWRConfig>;
|
||||
}
|
||||
+1
-1
@@ -40,7 +40,7 @@ const TmpDisableAffineCloudModal = lazy(() =>
|
||||
)
|
||||
);
|
||||
const OnboardingModalAtom = lazy(() =>
|
||||
import('../components/pure/OnboardingModal').then(module => ({
|
||||
import('../components/pure/onboarding-modal').then(module => ({
|
||||
default: module.OnboardingModal,
|
||||
}))
|
||||
);
|
||||
Reference in New Issue
Block a user