5 lines
45 B
TypeScript
5 lines
45 B
TypeScript
|
import Home from "./Home";
|
||
|
|
||
|
export {
|
||
|
Home
|
||
|
}
|