import DropIcon from "./DropIcon";
import ShowIconList from "./ShowIconList";

const MainLayout = () => {
  return (
    <div className="wcfci2025-wrapper">
      <div className="wcfci2025-style">
        <ShowIconList />
        <DropIcon />
      </div>
    </div>
  );
};

export default MainLayout;
