File tree Expand file tree Collapse file tree
src/library-authoring/create-legacy-library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import AlertError from '@src/generic/alert-error';
2626
2727import { useCreateLibraryV1 } from './data/apiHooks' ;
2828import legacyMessages from './messages' ;
29- import messages from '.. /create-library/messages' ;
30- import type { LibraryV1Data } from '../.. /studio-home/data/api' ;
29+ import messages from '@src/library-authoring /create-library/messages' ;
30+ import type { LibraryV1Data } from '@src /studio-home/data/api' ;
3131
3232/**
3333 * Renders the form and logic to create a new library.
Original file line number Diff line number Diff line change 11import { camelCaseObject , snakeCaseObject , getConfig } from '@edx/frontend-platform' ;
22import { getAuthenticatedHttpClient } from '@edx/frontend-platform/auth' ;
33
4- import type { LibraryV1Data } from '../../.. /studio-home/data/api' ;
4+ import type { LibraryV1Data } from '@src /studio-home/data/api' ;
55
66/**
77 * Get the URL for creating a new library.
You can’t perform that action at this time.
0 commit comments