mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export * from './input';
|
|
import { Input } from './input';
|
|
export default Input;
|