Merge branch 'dev' into 3802-team-to-user-switch

This commit is contained in:
Mike Cao 2025-12-01 10:12:19 -08:00 committed by GitHub
commit 3071ee8b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
577 changed files with 2413 additions and 3644 deletions

View file

@ -1,8 +1,9 @@
'use client';
import { useEffect } from 'react';
import { redirect } from 'next/navigation';
import { getItem } from '@/lib/storage';
import { useEffect } from 'react';
import { LAST_TEAM_CONFIG } from '@/lib/constants';
import { getItem } from '@/lib/storage';
export default function RootPage() {
useEffect(() => {