Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gridaco/designto-code into …
Browse files Browse the repository at this point in the history
…staging
  • Loading branch information
softmarshmallow committed Mar 17, 2022
2 parents 2cb5fc4 + fbfcb06 commit b566e2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const importnewdesingcarddata = {
export function ImportNewDesignCard() {
const router = useRouter();
const onclick = () => {
// router.push("/import");
router.push("https://grida.co");
router.push("/import");
// router.push("https://grida.co");
};

return (
Expand Down

0 comments on commit b566e2b

Please sign in to comment.