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 @@ -24,10 +24,10 @@ import FormikControl from '@src/generic/FormikControl';
2424import FormikErrorFeedback from '@src/generic/FormikErrorFeedback' ;
2525import AlertError from '@src/generic/alert-error' ;
2626
27- import { useCreateLibraryV1 } from './data/apiHooks' ;
27+ import messages from '@src/library-authoring/create-library/messages' ;
28+ import type { LibraryV1Data } from '@src/studio-home/data/api' ;
2829import legacyMessages from './messages' ;
29- import messages from '../create-library/messages' ;
30- import type { LibraryV1Data } from '../../studio-home/data/api' ;
30+ import { useCreateLibraryV1 } from './data/apiHooks' ;
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