Compare commits
4 Commits
fix/no-sta
...
fix/force-
| Author | SHA1 | Date | |
|---|---|---|---|
| ef6b6a3ad4 | |||
| 8156c1f207 | |||
| 8a31ca0199 | |||
| d58b6bfd0b |
@@ -1,4 +1,7 @@
|
||||
"use client";
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
|
||||
|
||||
import { useState } from "react";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"use client";
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
|
||||
|
||||
import { useQuery, useMutation } from "@tanstack/react-query";
|
||||
import { useRouter } from "next/navigation";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
'use client';
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
import { useEffect, useState } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"use client";
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
|
||||
|
||||
import { useState } from "react";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
|
||||
@@ -6,6 +6,8 @@ import Providers from '@/components/providers';
|
||||
// Fonts are loaded via CSS @import in globals.css (runtime CDN load).
|
||||
// CSS vars are set directly in globals.css :root — no JS injection needed.
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'FiberOps Admin',
|
||||
description: 'ISP Management Platform',
|
||||
|
||||
Reference in New Issue
Block a user