mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Refactor
This commit is contained in:
		
							parent
							
								
									f5be8fd313
								
							
						
					
					
						commit
						8bda2a1fb7
					
				
					 3 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -92,8 +92,8 @@ import Vue from 'vue';
 | 
				
			||||||
import i18n from '../../i18n';
 | 
					import i18n from '../../i18n';
 | 
				
			||||||
import XCpuMemory from "./dashboard.cpu-memory.vue";
 | 
					import XCpuMemory from "./dashboard.cpu-memory.vue";
 | 
				
			||||||
import XQueue from "./dashboard.queue-charts.vue";
 | 
					import XQueue from "./dashboard.queue-charts.vue";
 | 
				
			||||||
import XCharts from "./charts.vue";
 | 
					import XCharts from "./dashboard.charts.vue";
 | 
				
			||||||
import XApLog from "./ap-log.vue";
 | 
					import XApLog from "./dashboard.ap-log.vue";
 | 
				
			||||||
import { faDatabase } from '@fortawesome/free-solid-svg-icons';
 | 
					import { faDatabase } from '@fortawesome/free-solid-svg-icons';
 | 
				
			||||||
import MarqueeText from 'vue-marquee-text-component';
 | 
					import MarqueeText from 'vue-marquee-text-component';
 | 
				
			||||||
import randomColor from 'randomcolor';
 | 
					import randomColor from 'randomcolor';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue