import React from "react"; import { useMyHook } from "some-hooks"; const App = () => { const example = useMyHook(); return