fix: public

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-30 19:36:21 +01:00
parent 931188a8ab
commit ebdf29e196
10 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
'use client';
import { AnimatePresence, motion } from 'framer-motion';
import {
BellIcon,

View File

@@ -1,3 +1,4 @@
'use client';
import { motion } from 'framer-motion';
import { useEffect, useState } from 'react';

View File

@@ -1,3 +1,4 @@
'use client';
import Image from 'next/image';
import { useEffect, useState } from 'react';

View File

@@ -1,3 +1,4 @@
'use client';
import { SimpleChart } from '@/components/simple-chart';
import { cn } from '@/lib/utils';
import NumberFlow from '@number-flow/react';