new modal [WIP]

This commit is contained in:
daniel31x13
2023-11-28 14:24:52 -05:00
parent 82b743fa8d
commit 3b2b9e8279
9 changed files with 257 additions and 143 deletions
@@ -0,0 +1,5 @@
import React from "react";
export default function NewCollection() {
return <div>NewCollection</div>;
}