UNPKG

skypager-project-types-electron-app

Version:

skypager electron app project type

17 lines (13 loc) 245 B
import React from 'react' export const isCacheable = false export function window() { return { centered: true, height: 800, width: 1200, } } export const stylesheets = [ 'semantic.min.css' ] export const chunks = ['app.js']