fix: 파일 정리
This commit is contained in:
parent
db040acf5a
commit
79df68e395
@ -1,5 +1,5 @@
|
|||||||
import Hero from '@/components/Hero'
|
import Main from '@/components/Main'
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return <Hero title="Q.CAST III - Prototype" />
|
return <Main />
|
||||||
}
|
}
|
||||||
|
|||||||
5
src/components/Main.jsx
Normal file
5
src/components/Main.jsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import Hero from './Hero'
|
||||||
|
|
||||||
|
export default function Main() {
|
||||||
|
return <Hero title="Q.CAST III - Prototype" />
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user