6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
![]() |
import React from 'react'
|
||
|
|
||
|
export function Home() {
|
||
|
return <div className="Home"></div>
|
||
|
}
|