mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Replaced SettingsTable with DataTable.
This commit is contained in:
parent
0d9b6e8355
commit
9bb89c7e8b
24 changed files with 134 additions and 381 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use client';
|
||||
import { ReactNode } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import { Banner, Loading } from 'react-basics';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import styles from './PageHeader.module.css';
|
|||
export interface PageHeaderProps {
|
||||
title?: string;
|
||||
className?: string;
|
||||
children: ReactNode;
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
||||
export function PageHeader({ title, className, children }: PageHeaderProps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue