mirror of
				https://github.com/CaramelFur/Picsur.git
				synced 2025-11-03 18:55:48 +01:00 
			
		
		
		
	Format everything
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
import { Clipboard } from '@angular/cdk/clipboard';
 | 
			
		||||
import { Component, Input } from '@angular/core';
 | 
			
		||||
import { SnackBarType } from "src/app/models/dto/snack-bar-type.dto";
 | 
			
		||||
import { SnackBarType } from 'src/app/models/dto/snack-bar-type.dto';
 | 
			
		||||
import { UtilService } from 'src/app/util/util-module/util.service';
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
@@ -23,7 +23,7 @@ export class CopyFieldComponent {
 | 
			
		||||
 | 
			
		||||
    return this.utilService.showSnackBar(
 | 
			
		||||
      'Copying to clipboard failed',
 | 
			
		||||
      SnackBarType.Error
 | 
			
		||||
      SnackBarType.Error,
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user