diff --git a/README.md b/README.md index f44b88c2a..aa423aa2b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apps/remix/app/components/general/admin-monthly-active-user-charts.tsx b/apps/remix/app/components/general/admin-monthly-active-user-charts.tsx index 048d9599c..c6f137c3d 100644 --- a/apps/remix/app/components/general/admin-monthly-active-user-charts.tsx +++ b/apps/remix/app/components/general/admin-monthly-active-user-charts.tsx @@ -1,5 +1,3 @@ -'use client'; - import { DateTime } from 'luxon'; import type { TooltipProps } from 'recharts'; import { Bar, BarChart, ResponsiveContainer, Tooltip, XAxis, YAxis } from 'recharts'; diff --git a/packages/ui/primitives/multiselect.tsx b/packages/ui/primitives/multiselect.tsx index 3e8f0ffea..196e0a351 100644 --- a/packages/ui/primitives/multiselect.tsx +++ b/packages/ui/primitives/multiselect.tsx @@ -1,5 +1,3 @@ -'use client'; - import * as React from 'react'; import { useEffect } from 'react';