1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-09-21 04:55:56 +02:00

Update baseUri to fit namescheme

This commit is contained in:
2020-06-26 17:27:03 +02:00
parent 776d5ab447
commit 88402b2b4d
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import 'package:html/parser.dart';
import 'package:html/dom.dart';
import './baseUri.dart';
import './base_uri.dart';
import './objects.dart';
final RegExp _kanjiRegex = RegExp(r'[\u4e00-\u9faf\u3400-\u4dbf]');