mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
feat: init quick search
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import { Popper } from '@/ui/popper';
|
||||
|
||||
const QuickSearch = () => {
|
||||
return (
|
||||
<Popper>
|
||||
<div>QuickSearch</div>
|
||||
</Popper>
|
||||
);
|
||||
};
|
||||
|
||||
export default QuickSearch;
|
||||
Reference in New Issue
Block a user