This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { | |
| CSSProperties, | |
| ReactElement, | |
| useCallback, | |
| useEffect, | |
| useState, | |
| } from "react"; | |
| type MenuItem = { | |
| title: string; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { HTTPError } from "./errors"; | |
| const BASE_API_ENDPOINT = import.meta.API_END_POINT; | |
| const AUTH_TOKEN = import.meta.env.VITE_API_TOKEN; | |
| const todosAPIClient = createTodosAPIClient(); | |
| export async function getTodos() { | |
| try { | |
| const res = await todosAPIClient(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list | |
| # A list of available STUN server. | |
| stun.l.google.com:19302 | |
| stun1.l.google.com:19302 | |
| stun2.l.google.com:19302 | |
| stun3.l.google.com:19302 | |
| stun4.l.google.com:19302 | |
| stun01.sipphone.com | |
| stun.ekiga.net |