mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	* chore(deps): update dependency prettier to v3 * Format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
<html>
 | 
						|
  <head>
 | 
						|
    <title>Sample App</title>
 | 
						|
    <style>
 | 
						|
      body {
 | 
						|
        font-family:
 | 
						|
          SF UI Text,
 | 
						|
          Roboto,
 | 
						|
          Helvetica Neue,
 | 
						|
          Helvetica,
 | 
						|
          sans-serif;
 | 
						|
        font-size: 18px;
 | 
						|
        line-height: 1.5;
 | 
						|
      }
 | 
						|
    </style>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="root"></div>
 | 
						|
  </body>
 | 
						|
</html>
 |