add note wrapper

This commit is contained in:
Ren Amamiya
2023-05-07 09:12:32 +07:00
parent 390137f5b0
commit f46f4530a6
10 changed files with 58 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
import { Header } from '@lume/app/daily/components/header';
import NoteBase from '@lume/app/note/components/base';
import { NoteBase } from '@lume/app/note/components/base';
import { NoteQuoteRepost } from '@lume/app/note/components/quoteRepost';
import { getNotes } from '@lume/utils/storage';