メインコンテンツへスキップ
ヘッダー
近日公開を示す小さなバッジ(ピル)です。
import { SoonPill } from "@/ui/display/pill/components/SoonPill";

export const MyComponent = () => {
  return <SoonPill />;
};