Add linebreak

This commit is contained in:
0x1eef 2024-09-01 18:02:27 -03:00
parent 71ab00331a
commit c8ca96633b

View file

@ -1,4 +1,5 @@
import { useWebService } from "~/hooks/useWebService";
export function App() {
const t = chrome.i18n.getMessage;
const [response, error] = useWebService();