Organize explorer file structure (#11464)

This commit is contained in:
Justin Starry
2020-08-08 14:45:57 +08:00
committed by GitHub
parent 5a7e99f283
commit c7eba80836
44 changed files with 525 additions and 508 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
export default function LoadingCard({ message }: { message?: string }) {
export function LoadingCard({ message }: { message?: string }) {
return (
<div className="card">
<div className="card-body text-center">