mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Merge branch 'dev' into 3802-team-to-user-switch
This commit is contained in:
commit
3071ee8b88
577 changed files with 2413 additions and 3644 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue