Skip to content

Commit 42e5542

Browse files
committed
remove maintenance component export
1 parent be35b4d commit 42e5542

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/components/Faucet/index.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
export { default as Faq } from "./Faq";
2-
export { default as TransactionTable } from "./TransactionTable";
3-
export { default as Hero } from "./Hero";
4-
export { default as Maintenance } from "./Maintenance";
5-
export {
6-
AlertCommonIssue,
7-
AlertPastActivity,
8-
AlertCooldown,
9-
AlertSuccess,
10-
} from "./Alerts";
1+
export { default as Faq } from './Faq'
2+
export { default as TransactionTable } from './TransactionTable'
3+
export { default as Hero } from './Hero'
4+
export { AlertCommonIssue, AlertPastActivity, AlertCooldown, AlertSuccess } from './Alerts'

0 commit comments

Comments
 (0)