mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
fix bad import
This commit is contained in:
parent
8f15741b68
commit
fa97c986c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Column, Heading, Row, Text } from '@umami/react-zen';
|
||||
import { LoadingPanel } from 'dist';
|
||||
import { Plus } from 'lucide-react';
|
||||
import { LoadingPanel } from '@/components/common/LoadingPanel';
|
||||
import { useMessages, useWebsiteSharesQuery } from '@/components/hooks';
|
||||
import { DialogButton } from '@/components/input/DialogButton';
|
||||
import { ShareEditForm } from './ShareEditForm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue