1
0
Fork 0
freesewing/packages/react/components/Account/index.mjs

7 lines
178 B
JavaScript
Raw Normal View History

2024-12-14 11:34:23 +01:00
import React from 'react'
2024-12-14 13:40:17 +01:00
import { AccountBookmarks } from './AccountBookmarks.mjs'
2024-12-14 11:34:23 +01:00
import { AccountLinks } from './AccountLinks.mjs'
2024-12-14 13:40:17 +01:00
export { AccountBookmarks, AccountLinks }