fix: nextjs bugs with data mutations

This commit is contained in:
swve 2023-06-19 21:12:31 +02:00
parent e0c4cffef6
commit 52bc9e556b
10 changed files with 110 additions and 105 deletions

View file

@ -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";