mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	Run prettier
				
					
				
			This commit is contained in:
		@ -1,9 +1,9 @@
 | 
			
		||||
import React from "react";
 | 
			
		||||
 | 
			
		||||
export default function Page() {
 | 
			
		||||
    return (
 | 
			
		||||
        <>
 | 
			
		||||
            <p>Is this thing on?</p>
 | 
			
		||||
        </>
 | 
			
		||||
    );
 | 
			
		||||
}
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <p>Is this thing on?</p>
 | 
			
		||||
    </>
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user