sessions: re-formatted code
This commit is contained in:
parent
3bd475f703
commit
be539849d7
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
import React, { useState } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { PageSection, Select, SelectOption, SelectVariant } from "@patternfly/react-core";
|
||||
import {
|
||||
PageSection,
|
||||
Select,
|
||||
SelectOption,
|
||||
SelectVariant,
|
||||
} from "@patternfly/react-core";
|
||||
import moment from "moment";
|
||||
import type UserSessionRepresentation from "keycloak-admin/lib/defs/userSessionRepresentation";
|
||||
|
||||
|
|
Loading…
Reference in a new issue