mirror of
https://github.com/bspeice/speice.io
synced 2025-07-02 06:16:22 -04: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