chore(*): reorganized all files and folders (#283)

This commit is contained in:
Anurag Hazra
2020-08-02 13:07:26 +05:30
committed by GitHub
parent e7dcda0ee8
commit 67b434dc79
25 changed files with 79 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
require("@testing-library/jest-dom");
const cssToObject = require("css-to-object");
const Card = require("../src/Card");
const icons = require("../src/icons");
const { getCardColors } = require("../src/utils");
const Card = require("../src/common/Card");
const icons = require("../src/common/icons");
const { getCardColors } = require("../src/common/utils");
const { queryByTestId } = require("@testing-library/dom");
describe("Card", () => {