Skip to content

Commit

Permalink
Reoganize packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iyasinn committed Sep 4, 2024
1 parent 6e929ca commit c81ec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/startups/StartupProfileTile.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useState, Fragment, useCallback } from "react";
import { Dialog, Transition } from "@headlessui/react";
import { CheckCircleIcon, XCircleIcon } from "@heroicons/react/solid";
import { FaSlack, FaEnvelope } from "react-icons/fa";
import useSupabase from "../../hooks/useSupabase";
import supabase from "../../utils/supabaseClient";
import { StartupProfile, StartupProfileMetadata } from "../../utils/types";
import InternalLink from "../Link";
import { FaSlack, FaEnvelope } from "react-icons/fa";

const CONNECTION_REQUEST_URL =
process.env.NODE_ENV === "development"
Expand Down

0 comments on commit c81ec25

Please sign in to comment.