Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 76f27fc commit 13b79ac
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 @@ -5,8 +5,6 @@ import type { WebAppUser } from '@twa-dev/types';

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

import './InitDataPage.css';

// TODO: @twa-dev/sdk is outdated, as well as @twa-dev/types.
interface ExactWebAppUser extends WebAppUser {
allows_write_to_pm?: boolean;
Expand Down

0 comments on commit 13b79ac

Please sign in to comment.