feat: init
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// components/ErrorBoundary/index.tsx
|
||||
import React, { Component, ReactNode } from "react";
|
||||
import { Component, ReactNode } from "react";
|
||||
import { Result, Button } from "antd-mobile";
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
gap: 12px;
|
||||
margin-top: 24px;
|
||||
|
||||
.button {
|
||||
|
||||
Reference in New Issue
Block a user