mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	add missing import
This commit is contained in:
		
							parent
							
								
									b23d650a15
								
							
						
					
					
						commit
						2bc9ce93b8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -158,6 +158,7 @@ import MkHorizontalSwipe from '@/components/MkHorizontalSwipe.vue';
 | 
				
			||||||
import { getProxiedImageUrlNullable } from '@/scripts/media-proxy.js';
 | 
					import { getProxiedImageUrlNullable } from '@/scripts/media-proxy.js';
 | 
				
			||||||
import { dateString } from '@/filters/date.js';
 | 
					import { dateString } from '@/filters/date.js';
 | 
				
			||||||
import MkTextarea from '@/components/MkTextarea.vue';
 | 
					import MkTextarea from '@/components/MkTextarea.vue';
 | 
				
			||||||
 | 
					import MkInfo from '@/components/MkInfo.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps<{
 | 
					const props = defineProps<{
 | 
				
			||||||
	host: string;
 | 
						host: string;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue