Add initial widget functionality using react-grid-layout and react-resizable

This commit is contained in:
Daniel S. Hansen
2025-07-09 15:20:29 -07:00
parent ed05ea8caf
commit e0fc1a98ac
6 changed files with 150 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Box, Button, createIcon, CloseButton, IconButton, Stack } from "@chakra-ui/react";
import { FaVolcano } from "react-icons/fa6";
import { RxHamburgerMenu } from "react-icons/rx";
import { useState } from "react"
import { useState } from "react";
// ICONS
export const PushPin = createIcon({