mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
No EOL
280 B
JavaScript
9 lines
No EOL
280 B
JavaScript
import Telescope from 'meteor/nova:lib';
|
|
import React from 'react';
|
|
import { FormattedMessage } from 'react-intl';
|
|
|
|
const AppLoading = () => <p><FormattedMessage id="app.loading"/></p>
|
|
|
|
AppLoading.displayName = "AppLoading";
|
|
|
|
Telescope.registerComponent('AppLoading', AppLoading); |