renamed modal contents

This commit is contained in:
daniel31x13
2023-12-01 17:44:34 -05:00
parent 9e4502c015
commit e8a91bb551
15 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { faPlus } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import React, { useState } from "react";
import NewLinkModal from "./Modals/NewLinkModal";
import NewLinkModal from "./ModalContent/NewLinkModal";
type Props = {
text?: string;