Move top-level functions to Signal.Util
This commit is contained in:
parent
5ec8b1c6e1
commit
c46e1a1519
7 changed files with 12 additions and 4 deletions
|
@ -6,7 +6,7 @@ import React from 'react';
|
|||
import { DocumentListEntry } from './DocumentListEntry';
|
||||
import { ImageThumbnail } from './ImageThumbnail';
|
||||
import { Message } from './propTypes/Message';
|
||||
import { missingCaseError } from '../../../missingCaseError';
|
||||
import { missingCaseError } from '../../../util/missingCaseError';
|
||||
|
||||
const styles = {
|
||||
container: {
|
||||
|
|
|
@ -5,7 +5,7 @@ import moment from 'moment';
|
|||
import { compact, groupBy, sortBy } from 'lodash';
|
||||
|
||||
import { Message } from './propTypes/Message';
|
||||
// import { missingCaseError } from '../../../missingCaseError';
|
||||
// import { missingCaseError } from '../../../util/missingCaseError';
|
||||
|
||||
type StaticSectionType = 'today' | 'yesterday' | 'thisWeek' | 'thisMonth';
|
||||
type YearMonthSectionType = 'yearMonth';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue