diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-19 17:24:01 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-19 17:24:01 -0700 |
commit | e1b3baaa784319b93ac351b31e79cf386d3e26da (patch) | |
tree | 7f79219d11dfc3994c648834504ee2f3a2ed53ee /src/helpers/decodeClientDataJSON.ts | |
parent | 7017417e5d5229e6fb709b637135845d9428c868 (diff) |
Replace `@types` with `@libTypes`
Diffstat (limited to 'src/helpers/decodeClientDataJSON.ts')
-rw-r--r-- | src/helpers/decodeClientDataJSON.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/decodeClientDataJSON.ts b/src/helpers/decodeClientDataJSON.ts index 80a4961..7aae023 100644 --- a/src/helpers/decodeClientDataJSON.ts +++ b/src/helpers/decodeClientDataJSON.ts @@ -1,4 +1,4 @@ -import { ClientDataJSON } from '@types'; +import { ClientDataJSON } from '@libTypes'; import asciiToBinary from './asciiToBinary'; |