Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « lib « js « assets - github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c791eeac29c688094537795401fe4d7b8cf08e7 (plain)
1
2
3
export function hello4() {
	return 'Hello from lib in the main project';
}