Hooks up the course apps API so that the data returned by the server is being used. Adds the base components and infrastructure to enable adding pages for configuring each app.
11 lines
365 B
SCSS
Executable File
11 lines
365 B
SCSS
Executable File
@import "~@edx/brand/paragon/fonts";
|
|
@import "~@edx/brand/paragon/variables";
|
|
@import "~@edx/paragon/scss/core/core";
|
|
@import "~@edx/brand/paragon/overrides";
|
|
|
|
@import "studio-header/header";
|
|
@import "~@edx/frontend-component-footer/dist/footer";
|
|
|
|
@import "proctored-exam-settings/proctoredExamSettings";
|
|
@import "pages-and-resources/discussions/app-list/AppList";
|