diff --git a/src/components/Detail/InfoView.astro b/src/components/Detail/InfoView.astro index 1a0d36f..2516136 100644 --- a/src/components/Detail/InfoView.astro +++ b/src/components/Detail/InfoView.astro @@ -1,4 +1,6 @@ --- +import TagRow from "../Card/TagRow.astro"; + const { re } = Astro.props @@ -23,4 +25,5 @@ const waitTime = formatTime(re.waittime) {workTime && (

{workTime} Work

)} {waitTime && (

{waitTime} Wait

)} {re.rating !== 0 && (

{re.rating}

/10

)} - \ No newline at end of file + + \ No newline at end of file