mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2026-03-31 23:00:24 +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 />;
|
|
}
|