mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
ESLint no-default-exports 1 (#2115)
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
This commit is contained in:
committed by
GitHub
parent
83d2472a55
commit
84a9269ae4
@@ -99,6 +99,6 @@ class Query {
|
||||
}
|
||||
}
|
||||
|
||||
export default function q(table) {
|
||||
export function q(table) {
|
||||
return new Query({ table });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user