mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: nextjs bugs with data mutations
This commit is contained in:
parent
e0c4cffef6
commit
52bc9e556b
10 changed files with 110 additions and 105 deletions
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
import React from "react";
|
||||
import learnhouseLogo from "public/learnhouse_logo.png";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import { getBackendUrl, getUriWithOrg } from "@services/config/config";
|
||||
import { getOrganizationContextInfo, getOrganizationContextInfoNoAsync } from "@services/organizations/orgs";
|
||||
import { getOrganizationContextInfo } from "@services/organizations/orgs";
|
||||
import ClientComponentSkeleton from "@components/UI/Utils/ClientComp";
|
||||
import { HeaderProfileBox } from "@components/Security/HeaderProfileBox";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue