this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update import

BK610 f9e19fd3 09f65abe

+1 -1
+1 -1
components/LibraryCard.js
··· 1 1 import { useState, useRef, useEffect } from "react"; 2 2 import Button from "./Button"; 3 - import DragToRotateElement from "./DragToRotateElement"; 3 + import DragToRotateElement from "./effects/DragToRotateElement"; 4 4 5 5 export default function LibraryCard({ libraryCard, onClick }) { 6 6 const { name, link, branch, acquiredDate, imagePath } = libraryCard;