|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
703 bytes
|
| Line | |
|---|
| 1 | const getAdditionalEntries = require('./getAdditionalEntries');
|
|---|
| 2 | const getIntegrationEntry = require('./getIntegrationEntry');
|
|---|
| 3 | const getRefreshGlobal = require('./getRefreshGlobal');
|
|---|
| 4 | const getSocketIntegration = require('./getSocketIntegration');
|
|---|
| 5 | const injectRefreshEntry = require('./injectRefreshEntry');
|
|---|
| 6 | const injectRefreshLoader = require('./injectRefreshLoader');
|
|---|
| 7 | const makeRefreshRuntimeModule = require('./makeRefreshRuntimeModule');
|
|---|
| 8 | const normalizeOptions = require('./normalizeOptions');
|
|---|
| 9 |
|
|---|
| 10 | module.exports = {
|
|---|
| 11 | getAdditionalEntries,
|
|---|
| 12 | getIntegrationEntry,
|
|---|
| 13 | getRefreshGlobal,
|
|---|
| 14 | getSocketIntegration,
|
|---|
| 15 | injectRefreshEntry,
|
|---|
| 16 | injectRefreshLoader,
|
|---|
| 17 | makeRefreshRuntimeModule,
|
|---|
| 18 | normalizeOptions,
|
|---|
| 19 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.