mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Refactor: removed default exports.
This commit is contained in:
parent
cd944e14ce
commit
f83a12d6cd
343 changed files with 555 additions and 1046 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import classNames from 'classnames';
|
||||
import Favicon from '@/components/common/Favicon';
|
||||
import { Favicon } from '@/components/common/Favicon';
|
||||
import { useMessages, useTeamUrl, useWebsite } from '@/components/hooks';
|
||||
import Icons from '@/components/icons';
|
||||
import ActiveUsers from '@/components/metrics/ActiveUsers';
|
||||
import { Icons } from '@/components/icons';
|
||||
import { ActiveUsers } from '@/components/metrics/ActiveUsers';
|
||||
import Link from 'next/link';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import { ReactNode } from 'react';
|
||||
|
|
@ -98,5 +98,3 @@ export function WebsiteHeader({
|
|||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default WebsiteHeader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue