Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 1, 2022 10:03
Show Gist options
  • Save JWLangford/0936e54a15271f5498f52f774d13bdcb to your computer and use it in GitHub Desktop.
Save JWLangford/0936e54a15271f5498f52f774d13bdcb to your computer and use it in GitHub Desktop.
import { messageFunc } from "./components/message";
import { userFunc } from "./components/user";
export const runServer = () => {
console.log(messageFunc("Hello"));
console.log(userFunc("Jesse"));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment