feat(client): migrate to ts - (HelpModal, Preview, VideoModal, Side-Panel) (#42857)

* refactor: migrate HelpModal, Preview, VideoModal, Side-Panel

* refactor: import order

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Igor Cunha
2021-09-17 13:37:53 -04:00
committed by GitHub
parent 5de0aae5da
commit 2dd106eb2f
13 changed files with 332 additions and 337 deletions

View File

@ -9,7 +9,7 @@ const backend = path.resolve(
);
const classic = path.resolve(
__dirname,
'../../src/templates/Challenges/classic/Show.tsx'
'../../src/templates/Challenges/classic/show.tsx'
);
const frontend = path.resolve(
__dirname,