mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Move general function to general directory
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
41a86fb2dd
commit
f59f771947
@ -5,7 +5,7 @@
|
||||
import { pipeline } from "@ogre-tools/fp";
|
||||
import { identity, map } from "lodash/fp";
|
||||
import React from "react";
|
||||
import { addSeparator } from "./add-separator/add-separator";
|
||||
import { addSeparator } from "../../../common/utils/add-separator/add-separator";
|
||||
|
||||
interface RequiredPropertiesForItem {
|
||||
id: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user