mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
import { FeatureType } from './components/sheets/new-feature';
|
|
|
|
export const features: FeatureType[] = [];
|