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