Add index.ts
This commit is contained in:
5
src/index.ts
Normal file
5
src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const Index = (): void => {
|
||||
console.log("Index", "Hello, you are init the default function!")
|
||||
}
|
||||
|
||||
export default Index;
|
||||
Reference in New Issue
Block a user