Make the search bar a module

Resolves #118
This commit is contained in:
ajnart
2022-05-17 02:04:44 +02:00
parent 16b86870c4
commit 4cb8539143
7 changed files with 17 additions and 32 deletions

View File

@@ -1,2 +1,3 @@
export * from './date';
export * from './calendar';
export * from './search';