diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-25 18:24:41 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-25 18:24:41 +0530 |
commit | 0d90508977837bec25f038fe5380e6fb3bc82745 (patch) | |
tree | f3e0eac29224dc46bbcdf59881f7912000624b3d /package.json | |
parent | 6874be2c3016b872016ba32181823a8e1232a1a7 (diff) |
converted all the smaller files to tsx
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index ec08670..ebaf798 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,9 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@types/react-router": "^5.1.15", + "@types/react-router-dom": "^5.1.7" } } |