Post work
Some checks failed
Lint / lint (push) Failing after 8s

This commit is contained in:
Julien Valverdé
2025-01-14 17:09:04 +01:00
parent 249de93047
commit 671a80b6ff
9 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export function VPost() {
}

View File

@@ -0,0 +1,5 @@
import { Reffuse as RootReffuse } from "@/reffuse"
import { PostState } from "@/services"
export const Reffuse = RootReffuse.extend<PostState.PostState>()