mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
Fix chopped off data for twelve hours
This commit is contained in:
parent
d9623437f1
commit
a0ab82aa62
@ -4,7 +4,7 @@ const fns = require('../../shared/functions');
|
|||||||
const constants = require('../../shared/constants');
|
const constants = require('../../shared/constants');
|
||||||
const CloseIcon =
|
const CloseIcon =
|
||||||
require(
|
require(
|
||||||
'!babel-loader!svg-react-loader!./close.svg?name=CloseIcon'
|
'!babel!svg-react!./close.svg?name=CloseIcon'
|
||||||
);
|
);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
@ -5,7 +5,7 @@ const constants = require('../../shared/constants');
|
|||||||
const Button = require('../button');
|
const Button = require('../button');
|
||||||
const SettingsIcon =
|
const SettingsIcon =
|
||||||
require(
|
require(
|
||||||
'!babel-loader!svg-react-loader!./icon-settings.svg?name=SettingsIcon'
|
'!babel!svg-react!./icon-settings.svg?name=SettingsIcon'
|
||||||
);
|
);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
Loading…
Reference in New Issue
Block a user