
import {signal} from "@benev/slate"

export class Progress {
	fraction = signal(0)
}

