Move FilledImage into components/ui
This commit is contained in:
parent
084285a760
commit
ca41f100ab
@ -1,7 +1,7 @@
|
|||||||
import * as _ from 'lodash';
|
import * as _ from 'lodash';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
import { FilledImage } from 'ts/pages/jobs/filled_image';
|
import { FilledImage } from 'ts/components/ui/filled_image';
|
||||||
import { FloatingImage } from 'ts/pages/jobs/floating_image';
|
import { FloatingImage } from 'ts/pages/jobs/floating_image';
|
||||||
import { HeaderItem } from 'ts/pages/jobs/list/header_item';
|
import { HeaderItem } from 'ts/pages/jobs/list/header_item';
|
||||||
import { ListItem } from 'ts/pages/jobs/list/list_item';
|
import { ListItem } from 'ts/pages/jobs/list/list_item';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import * as _ from 'lodash';
|
import * as _ from 'lodash';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
import { FilledImage } from 'ts/pages/jobs/filled_image';
|
import { FilledImage } from 'ts/components/ui/filled_image';
|
||||||
|
|
||||||
export interface PhotoRailProps {
|
export interface PhotoRailProps {
|
||||||
images: string[];
|
images: string[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user