Fix: export LoadTable as default

This commit is contained in:
Vivek 2026-06-08 09:16:03 +00:00
parent f0dcbc88c6
commit da9b8224b4

View file

@ -0,0 +1,5 @@
import React from 'react';
export default function LoadTable() {
return <p>🗂 Load table will appear here add datafetching logic later.</p>;
}