import { runApp } from 'ice';

const appConfig = {
  app: {
    rootId: 'ice-container',
  },
};

runApp(appConfig);
