4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { Problem } from "~/utils/types"
|
|
|
|
export const problem = ref<Problem | null>(null)
|