mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
UrlSearchParams polyfill
This commit is contained in:
parent
9dc234b9ed
commit
c1aa5a0441
|
@ -1,3 +1,5 @@
|
|||
import 'url-search-params-polyfill';
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { useHistory, useLocation } from '@docusaurus/router';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import 'url-search-params-polyfill';
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { useLocation } from '@docusaurus/router';
|
||||
|
|
Loading…
Reference in a new issue