mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 02:06:41 +00:00
Add resources layout
This commit is contained in:
7
src/app/configuration/resources/page.tsx
Normal file
7
src/app/configuration/resources/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<>
|
||||
<p>This is where the table goes...</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user