Commit 67c8cb43e2c7148eda317ec7ba3c60c191ad6dac

Authored by Igor Kulikov
1 parent 6dbae67a

UI: Fix scss import to relative path

... ... @@ -13,7 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
16   -@import 'src/scss/constants';
  16 +@import '../../../scss/constants';
17 17
18 18 tb-widgets-bundle-select {
19 19 mat-select {
... ...