refactor: fix import order

This commit is contained in:
rusconn
2023-08-07 01:55:24 +09:00
parent ce35eb910e
commit 0d7106ef23
4 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ module.exports = {
"^@/hooks/(.*)$",
"^@/components/ui/(.*)$",
"^@/components/(.*)$",
"^@/contexts/(.*)$",
"^@/styles/(.*)$",
"^@/app/(.*)$",
"",