mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix: add missing import
This commit is contained in:
		
							parent
							
								
									c4e536ddbf
								
							
						
					
					
						commit
						05cba6d357
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -28,6 +28,7 @@ import MkClipPreview from '@/components/MkClipPreview.vue';
 | 
				
			||||||
import * as os from '@/os';
 | 
					import * as os from '@/os';
 | 
				
			||||||
import { i18n } from '@/i18n';
 | 
					import { i18n } from '@/i18n';
 | 
				
			||||||
import { definePageMetadata } from '@/scripts/page-metadata';
 | 
					import { definePageMetadata } from '@/scripts/page-metadata';
 | 
				
			||||||
 | 
					import { clipsCache } from '@/cache';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const pagination = {
 | 
					const pagination = {
 | 
				
			||||||
	endpoint: 'clips/list' as const,
 | 
						endpoint: 'clips/list' as const,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue