Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 27, 2024
1 parent e525e64 commit b6fd6c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
23 changes: 0 additions & 23 deletions src/pages/IndexPage/IndexPage.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/IndexPage/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { Link } from '@/components/Link/Link.tsx';

import tonSvg from './ton.svg';

import './IndexPage.css';

export const IndexPage: FC = () => {
return (
<List>
Expand Down
7 changes: 0 additions & 7 deletions src/pages/InitDataPage/InitDataPage.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/InitDataPage/InitDataPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { List, Placeholder } from '@telegram-apps/telegram-ui';

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

import './InitDataPage.css';

function getUserRows(user: User): DisplayDataRow[] {
return [
{ title: 'id', value: user.id.toString() },
Expand Down

0 comments on commit b6fd6c8

Please sign in to comment.