mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Optimize loading perf. by spliting big chunks and lazy loading them
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { EnsureAuthNotAuthenticated } from "@/components/Guards/EnsureAuthNotAuthenticated";
|
||||
import { Authentication } from "./Authentication";
|
||||
|
||||
export default function AuthenticationPage() {
|
||||
return (
|
||||
<EnsureAuthNotAuthenticated>
|
||||
<Authentication />
|
||||
</EnsureAuthNotAuthenticated>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user