Replaced SettingsTable with DataTable.

This commit is contained in:
Mike Cao 2023-10-01 16:11:12 -07:00
parent 0d9b6e8355
commit 9bb89c7e8b
24 changed files with 134 additions and 381 deletions

View file

@ -1,4 +1,3 @@
'use client';
import Shell from './Shell';
import NavBar from './NavBar';
import Page from 'components/layout/Page';