mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-19 13:56:04 +00:00
public commit
This commit is contained in:
17
app/src/ui/components/Context.tsx
Normal file
17
app/src/ui/components/Context.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { useBaseUrl } from "../client/ClientProvider";
|
||||
|
||||
export function Context() {
|
||||
const baseurl = useBaseUrl();
|
||||
|
||||
return (
|
||||
<div>
|
||||
{JSON.stringify(
|
||||
{
|
||||
baseurl
|
||||
},
|
||||
null,
|
||||
2
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user