Skip to content

Commit b768d5a

Browse files
committed
fix: change ScientificEfficacy to named export to fix build error
1 parent c0ece2b commit b768d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ScientificEfficacy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ChartJS.register(
3232
Filler
3333
);
3434

35-
export default function ScientificEfficacy() {
35+
export function ScientificEfficacy() {
3636
const { t } = useTranslation();
3737
const [mineralMode, setMineralMode] = useState<'concentration' | 'ratio'>('concentration');
3838
const [dashboardTab, setDashboardTab] = useState<'metabolic' | 'cardio' | 'skin' | 'fatigue'>('metabolic');

0 commit comments

Comments
 (0)