Files
yaak/src-tauri/plugins/hello-world/index.js
2023-10-29 20:50:23 -07:00

6 lines
81 B
JavaScript

import { hello } from './hello.js';
export function entrypoint() {
hello();
}