Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 1, 2022 10:29
Show Gist options
  • Save JWLangford/86d3357be187bda68f7fa496780948a4 to your computer and use it in GitHub Desktop.
Save JWLangford/86d3357be187bda68f7fa496780948a4 to your computer and use it in GitHub Desktop.
import { messageFunc, userFunc } from "./components";
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