refactor: rename apps/ to sites/
This commit is contained in:
parent
3755cc3334
commit
ea6229f6cf
10 changed files with 1 additions and 1 deletions
10
sites/r11y.news/src/pages/index.tsx
Normal file
10
sites/r11y.news/src/pages/index.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Button } from "ui";
|
||||
|
||||
export default function Web() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Web</h1>
|
||||
<Button />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in a new issue