partially refactor components to ui package

This commit is contained in:
Elijah Duffy
2025-04-13 07:56:23 -07:00
commit 298ce6954b
3 changed files with 367 additions and 0 deletions

3
eslint.config.js Normal file
View File

@@ -0,0 +1,3 @@
import { config } from '@repo/eslint-config/index.js';
export default config;