mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-21 11:06:38 +08:00
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
export { setLocal, getLocal, removeLocal } from './local';
|
|
export { setSession, getSession } from './session';
|