Skip to content

Commit b6fd6c8

Browse files
committed
Update the template
1 parent e525e64 commit b6fd6c8

File tree

4 files changed

+0
-34
lines changed

4 files changed

+0
-34
lines changed

src/pages/IndexPage/IndexPage.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/pages/IndexPage/IndexPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { Link } from '@/components/Link/Link.tsx';
55

66
import tonSvg from './ton.svg';
77

8-
import './IndexPage.css';
9-
108
export const IndexPage: FC = () => {
119
return (
1210
<List>

src/pages/InitDataPage/InitDataPage.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/pages/InitDataPage/InitDataPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { List, Placeholder } from '@telegram-apps/telegram-ui';
44

55
import { DisplayData, type DisplayDataRow } from '@/components/DisplayData/DisplayData.tsx';
66

7-
import './InitDataPage.css';
8-
97
function getUserRows(user: User): DisplayDataRow[] {
108
return [
119
{ title: 'id', value: user.id.toString() },

0 commit comments

Comments
 (0)