mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Import from @/components
This commit is contained in:
		
							parent
							
								
									7bf4ff238c
								
							
						
					
					
						commit
						54610f9458
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -60,8 +60,8 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
			
		|||
import { ref, computed, onDeactivated } from 'vue';
 | 
			
		||||
import * as Misskey from 'misskey-js';
 | 
			
		||||
import packageInfo from '../../package.json';
 | 
			
		||||
import MkEllipsis from './global/MkEllipsis.vue';
 | 
			
		||||
import MkLoading from './global/MkLoading.vue';
 | 
			
		||||
import MkEllipsis from '@/components/global/MkEllipsis.vue';
 | 
			
		||||
import MkLoading from '@/components/global/MkLoading.vue';
 | 
			
		||||
import { i18n } from '@/i18n.js';
 | 
			
		||||
import { defaultStore } from '@/store.js';
 | 
			
		||||
import { PublicAPI, PublicAPILike } from '@/types/ruffle/setup'; // This gives us the types for window.RufflePlayer, etc via side effects
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue