mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-10-31 03:47:00 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			
		
			
				
	
	
		
			7 lines
		
	
	
		
			156 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			156 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import PriceCalculator from "@/components/price-calculator";
 | |
| import React from "react";
 | |
| 
 | |
| export default function Pricing() {
 | |
| 	return <PriceCalculator />;
 | |
| }
 |