import React from 'react' export default function Loading() { return (
Đang tải dữ liệu xác thực...
) }