1
0
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:
Iku-turso 2022-10-20 12:34:42 +03:00 committed by Janne Savolainen
parent 41a86fb2dd
commit f59f771947
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
3 changed files with 1 additions and 1 deletions

View File

@ -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;