Files
itsc-timetable/store/index.ts
2023-02-03 21:47:54 +08:00

3 lines
64 B
TypeScript

const store: Record<string, string> = {};
export default store;