Skip to content

Instantly share code, notes, and snippets.

@fadihanna123
Last active December 10, 2020 22:38
Show Gist options
  • Save fadihanna123/2f9aeccf5ac2257143b37a05c72c94b1 to your computer and use it in GitHub Desktop.
Save fadihanna123/2f9aeccf5ac2257143b37a05c72c94b1 to your computer and use it in GitHub Desktop.
// File 1
import getCompanyName from "./Functions";
const Config = () => {
let getname = getCompanyName() ? getCompanyName() : "Gssons EL AB";
};
export default Config;
// File 2
import getname from "./Includes/Config";
return (<>{getname}</>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment