🔧 Cleaned up folder structure

This commit is contained in:
2023-09-11 11:08:33 -04:00
parent 9fe69d21db
commit 8c4027f383
29 changed files with 34 additions and 531 deletions

View File

@@ -1,5 +1,5 @@
import React, { ReactElement } from "react";
import Card from "../Carda";
import Card from "../shared/Carda";
import { Link } from "react-router-dom";
import ellipsize from "ellipsize";
import { isEmpty, isNil, isUndefined, map } from "lodash";