mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +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,6 +1,6 @@
|
|||
import { ReactNode } from 'react';
|
||||
import WebsitesTable from '@/app/(main)/settings/websites/WebsitesTable';
|
||||
import DataTable from '@/components/common/DataTable';
|
||||
import { WebsitesTable } from '@/app/(main)/settings/websites/WebsitesTable';
|
||||
import { DataTable } from '@/components/common/DataTable';
|
||||
import { useWebsites } from '@/components/hooks';
|
||||
|
||||
export function WebsitesDataTable({
|
||||
|
|
@ -32,5 +32,3 @@ export function WebsitesDataTable({
|
|||
</DataTable>
|
||||
);
|
||||
}
|
||||
|
||||
export default WebsitesDataTable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue