Skip to content

Commit

Permalink
Import issue in Templates
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks committed Aug 22, 2024
1 parent 3d4a350 commit 780a936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import React, { useEffect, useState } from "react";
import { EuiCompressedFieldSearch, EuiFlexGroup, EuiFlexItem } from "@elastic/eui";
import { EuiCompressedFieldSearch, EuiFlexGroup, EuiFlexItem, EuiSpacer } from "@elastic/eui";
import { getUISettings } from "../../../../services/Services";
import TemplatesActions from "../../containers/TemplatesActions";
import { ITemplate } from "../../interface";
Expand Down

0 comments on commit 780a936

Please sign in to comment.