more types

This commit is contained in:
Timo K
2022-07-28 00:17:09 +02:00
parent f26ab2f941
commit 3727bfb67f
5 changed files with 38 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ limitations under the License.
*/
import React from "react";
import { useClient } from "../ClientContext";
import { ErrorView, LoadingView } from "../FullScreenView";
import { UnauthenticatedView } from "./UnauthenticatedView";