Fix: export LoadTable as default
This commit is contained in:
parent
f0dcbc88c6
commit
da9b8224b4
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
|
export default function LoadTable() {
|
||||||
|
return <p>🗂️ Load table will appear here – add data‑fetching logic later.</p>;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue