import React from 'react'

export default function Loading() {
  return <div>加载中...</div>
}
