From ef60eb03b3e9500c3c6e405809ef417b4b5ecc01 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Wed, 18 Dec 2019 21:24:01 +0530 Subject: [PATCH] rename app/index and it's referenced files to ts --- app/{index.js => index.ts} | 0 app/menus/{menu.js => menu.ts} | 0 app/{rpc.js => rpc.ts} | 0 app/ui/{window.js => window.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename app/{index.js => index.ts} (100%) rename app/menus/{menu.js => menu.ts} (100%) rename app/{rpc.js => rpc.ts} (100%) rename app/ui/{window.js => window.ts} (100%) diff --git a/app/index.js b/app/index.ts similarity index 100% rename from app/index.js rename to app/index.ts diff --git a/app/menus/menu.js b/app/menus/menu.ts similarity index 100% rename from app/menus/menu.js rename to app/menus/menu.ts diff --git a/app/rpc.js b/app/rpc.ts similarity index 100% rename from app/rpc.js rename to app/rpc.ts diff --git a/app/ui/window.js b/app/ui/window.ts similarity index 100% rename from app/ui/window.js rename to app/ui/window.ts