diff --git a/src/app/management/productinfo/page.jsx b/src/app/management/productinfo/page.jsx index 2aec13c..5d2fc10 100644 --- a/src/app/management/productinfo/page.jsx +++ b/src/app/management/productinfo/page.jsx @@ -6,6 +6,7 @@ import '@/styles/contents.scss'; import '@/styles/grid.scss'; import ProductInfoTable from "@/components/sub/management/productinfo/ProductInfoTable"; import ProductInfoBox from "@/components/sub/management/productinfo/ProductInfoBox"; +import WindSelectPop from "@/components/sub/management/productinfo/WindSelectPop"; export default function ProductInfo(){ return( @@ -49,6 +50,9 @@ export default function ProductInfo(){