1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-11 02:52:49 +00:00

coming along well - electron is pretty nice

This commit is contained in:
2017-10-17 23:01:08 -05:00
parent 3f49700225
commit c4e028d102
29 changed files with 424 additions and 199 deletions

4
app/components/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export * from './Content/Content';
export * from './Header/Header';
export * from './ServerList/ServerList';
export * from './SubHeader/SubHeader';