2 Commits

Author SHA1 Message Date
anuveyatsu
c8806b8441 [setup][xs]: rename '.ts' => '.js' to be able to 'next build'.
With '.ts' when building next it fails with following error:

```
18:56:07.172
ERROR in /vercel/2f45f54/pages/[org]/[dataset]/index.tsx(3,19):
18:56:07.172
3:19 File '/vercel/2f45f54/utils/index.ts' is not a module.
18:56:07.172
    1 | import { GetServerSideProps } from 'next'
18:56:07.172
    2 | import config from '../../../config'
18:56:07.172
  > 3 | import utils from '../../../utils'
18:56:07.172
      |                   ^
18:56:07.172
    4 | import Head from 'next/head'
18:56:07.172
    5 | import Nav from '../../../components/Nav'
18:56:07.172
    6 | import About from '../../../components/dataset/About'
```
2020-06-12 19:04:26 +06:00
anuveyatsu
03578d9a11 [utils][xl]: copied over utils from frontend-v2. 2020-06-12 14:46:35 +06:00