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:
parent
7821139346
commit
a1f5743072
1 changed files with 13 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue