chore: code style

This commit is contained in:
hdsuperman
2022-12-22 22:21:38 +08:00
parent a9ac199ac5
commit 0d616792dc
3 changed files with 55 additions and 59 deletions
-2
View File
@@ -1,7 +1,5 @@
// import React from 'react';
import { memo, useState } from "react";
import { useParams } from "react-router-dom";
import StyledWrapper from "./styled";
import BlankPlaceholder from "../../common/component/BlankPlaceholder";
import Server from "../../common/component/Server";
+1 -1
View File
@@ -1,4 +1,4 @@
import React, { ReactElement, ReactNode } from "react";
import React from "react";
import dayjs from "dayjs";
import styled from "styled-components";
import reactStringReplace from "react-string-replace";