removed a type checker

This commit was merged in pull request #3.
This commit is contained in:
Ebube
2024-03-05 16:12:51 +01:00
parent 4e60c4b4c7
commit 3a5901c798
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
import { Header } from "./Header";
export {Header}
export * from "./Header"
export * from "./Hero"
export * from "./shared"