mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-18 04:33:50 +02:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
import React from 'react';
|
|
import Counter from '../features/counter/Counter';
|
|
|
|
export default function CounterPage() {
|
|
return <Counter />;
|
|
}
|