diff --git a/src/components/LoadTable.tsx b/src/components/LoadTable.tsx index e69de29..223d777 100644 --- a/src/components/LoadTable.tsx +++ b/src/components/LoadTable.tsx @@ -0,0 +1,5 @@ +import React from 'react'; + +export default function LoadTable() { + return
🗂️ Load table will appear here – add data‑fetching logic later.
; +}