1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Tidy location code (#7402)

This commit is contained in:
Andy Balaam
2021-12-17 12:26:02 +00:00
committed by GitHub
parent fb494a5098
commit 670d7824ec
4 changed files with 82 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import "../../../skinned-sdk";
import "../../../skinned-sdk"; // Must be first for skinning to work
import { getGeoUri } from "../../../../src/components/views/location/LocationPicker";
describe("LocationPicker", () => {