mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-19 13:56:04 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -7,10 +7,10 @@ export function Context() {
|
||||
<div>
|
||||
{JSON.stringify(
|
||||
{
|
||||
baseurl
|
||||
baseurl,
|
||||
},
|
||||
null,
|
||||
2
|
||||
2,
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user