mirror of
https://github.com/bspeice/speice.io
synced 2026-07-21 10:53:01 -04:00
Initial commit for new blog generator
This commit is contained in:
@@ -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