Use react-bs icons, remove bootstrap-icons css
This commit is contained in:
parent
eb25ef3cda
commit
d768211457
24 changed files with 83 additions and 8297 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Alert } from "react-bootstrap";
|
||||
import { Error } from "../rqbit-web";
|
||||
import { ErrorWithLabel } from "../rqbit-web";
|
||||
|
||||
export const ErrorComponent = (props: {
|
||||
error: Error | null;
|
||||
error: ErrorWithLabel | null;
|
||||
remove?: () => void;
|
||||
}) => {
|
||||
let { error, remove } = props;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue