This commit is contained in:
Infinite
2020-01-29 22:28:13 +01:00
parent 3f9f32c356
commit c1ce6d539d
45 changed files with 419 additions and 310 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import { Button, Table } from "react-bootstrap";
import { LoadingIndicator } from 'src/components/Shared';
import { LoadingIndicator } from "src/components/Shared";
import { StashService } from "src/core/StashService";
export const SettingsAboutPanel: React.FC = () => {