mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
|
|
import type { Actions } from '../$types';
|
||
|
|
import { Games } from '$root/search/actions';
|
||
|
|
|
||
|
|
export const actions: Actions = {
|
||
|
|
search: Games.search,
|
||
|
|
}
|