1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

style(files): formated imports

This commit is contained in:
curet 2025-03-19 17:30:33 +01:00
parent 7821139346
commit a1f5743072

View file

@ -1,4 +1,16 @@
import { Button, Center, Group, Pagination, Paper, Select, SimpleGrid, Skeleton, Stack, Text, Title } from '@mantine/core';
import {
Button,
Center,
Group,
Pagination,
Paper,
Select,
SimpleGrid,
Skeleton,
Stack,
Text,
Title,
} from '@mantine/core';
import { IconFileUpload, IconFilesOff } from '@tabler/icons-react';
import dynamic from 'next/dynamic';
import Link from 'next/link';