徐福静0235668 преди 1 седмица
родител
ревизия
bd7415c952
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/app/pages/designer/dashboard/skill-radar/skill-radar.component.ts

+ 2 - 2
src/app/pages/designer/dashboard/skill-radar/skill-radar.component.ts

@@ -1,6 +1,6 @@
-import { Component, OnInit, ViewChild, ElementRef, AfterViewInit, OnDestroy } from '@angular/core';
+import { Component, OnInit, AfterViewInit, OnDestroy, ViewChild, ElementRef } from '@angular/core';
 import { CommonModule } from '@angular/common';
-import Chart from 'chart.js/auto';
+import { Chart } from 'chart.js';
 
 interface SkillData {
   label: string;