mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 18:07:27 +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>
		
			
				
	
	
		
			19 lines
		
	
	
		
			465 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			465 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 | 
						|
    <title><%= htmlWebpackPlugin.options.package.name %></title>
 | 
						|
    <meta
 | 
						|
      name="description"
 | 
						|
      content="<%= htmlWebpackPlugin.options.package.description %>"
 | 
						|
    />
 | 
						|
    <link
 | 
						|
      href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css"
 | 
						|
      rel="stylesheet"
 | 
						|
    />
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="root"></div>
 | 
						|
  </body>
 | 
						|
</html>
 |