Move existing app into /app

This commit is contained in:
David Corbitt
2023-07-29 15:53:01 -07:00
parent 26b6fa4f0c
commit 2c65ad0c8f
169 changed files with 23 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
import { type RefinementAction } from "../types";
export const refinementActions: Record<string, RefinementAction> = {};