chore: remove 'use client' directives (#1979)

This commit is contained in:
Ephraim Duncan 2025-08-22 02:20:41 +00:00 committed by GitHub
parent 231ef9c27e
commit 1cb9de8083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 5 deletions

View file

@ -308,7 +308,7 @@ The Web UI can be found at http://localhost:9000, while the SMTP port will be on
### Support IPv6
If you are deploying to a cluster that uses only IPv6, You can use a custom command to pass a parameter to the Next.js start command
If you are deploying to a cluster that uses only IPv6, You can use a custom command to pass a parameter to the Remix start command
For local docker run

View file

@ -1,5 +1,3 @@
'use client';
import { DateTime } from 'luxon';
import type { TooltipProps } from 'recharts';
import { Bar, BarChart, ResponsiveContainer, Tooltip, XAxis, YAxis } from 'recharts';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import { useEffect } from 'react';