Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const ToggleVisibility = () => {
const [show, toggle] = react_1.useState(true);
return (React.createElement(framer_motion_1.AnimatePresence, null,
React.createElement(ToggleFade, { show: show, toggle: () => toggle(!show) })));
};
exports.App = () => (React.createElement(react_router_dom_1.HashRouter, { key: "browser-router", hashType: "noslash", basename: "/" },