mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
[CORL-314] Rename to Coral (#2318)
* chore: rename talk to coral * fix: lint and unit tests * fix: snapshot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { parseQuery, stringifyQuery } from "talk-common/utils";
|
||||
import { parseQuery, stringifyQuery } from "coral-common/utils";
|
||||
|
||||
import buildURL from "./buildURL";
|
||||
import parseURL from "./parseURL";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { parseQuery } from "talk-common/utils";
|
||||
import { parseQuery } from "coral-common/utils";
|
||||
|
||||
export default function parseQueryHash(
|
||||
hash: string
|
||||
|
||||
Reference in New Issue
Block a user