mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-19 00:40:11 -07: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 />;
|
|
}
|