Files
shoptime/com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx
2024-01-18 11:01:57 +09:00

7 lines
185 B
JavaScript

import TPanel from "../../components/TPanel/TPanel";
import { $L } from "../../utils/helperMethods";
export default function HomePanel() {
return <TPanel>{$L("Welcome")}</TPanel>;
}